organizewp/post_type_entry_max
Control the threshold OrganizeWP uses to determine that a Post Type has too many entries to work with
Parameters
Parameter | Type | Default | Since |
---|---|---|---|
$max |
Int |
1000 |
2.0.0 |
Examples
Increase the max limit
Add this snippet to your theme’s functions.php
to set OrganizeWP’s max limit to 5000 on your site.