Support

Account

Home Forums Backend Issues (wp-admin) Limit results in filter post_object query Reply To: Limit results in filter post_object query

  • Hi @Romain9p

    Can you debug your filter by running this code before returning the $args:

    
    echo '<pre>';
    	print_r($args);
    echo '</pre>';
    die;
    

    Do you see the array printed?