Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created April 26, 2017 07:37
Show Gist options
  • Select an option

  • Save kreamweb/2bc47938aeb9d43c2796bbb869c68387 to your computer and use it in GitHub Desktop.

Select an option

Save kreamweb/2bc47938aeb9d43c2796bbb869c68387 to your computer and use it in GitHub Desktop.
increase the limit of items per pages in the exclusion list
<?php
add_filter('ywraq_exclusion_limit', 'ywraq_exclusion_limit');
function ywraq_exclusion_limit(){
return 500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment