Max Entries hook is not working
-
Hi Team,
I am trying to update themax_entries
value using thewpseo_sitemap_entries_per_page
filter is not working. I have added a custom function which returns themax_entries
value but it is not modifying the value. Added the code infunctions.php
. Please help on this.add_filter('wpseo_sitemap_entries_per_page', 'change_max_entries');
function change_max_entries(){
return 100;
}Thanks in advacne.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.