kreamweb
4/26/2017 - 7:37 AM

increase the limit of items per pages in the exclusion list

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;
}