Created
April 26, 2017 07:37
-
-
Save kreamweb/2bc47938aeb9d43c2796bbb869c68387 to your computer and use it in GitHub Desktop.
increase the limit of items per pages in the exclusion list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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