Home Forums Trusted Pro Privacy export data requests list not showing. Reply To: Privacy export data requests list not showing.

#4729
Andy
Keymaster

Hi Adri

Could you please try changing this line:
add_filter( 'pre_get_posts', 'trusted_custom_search_filter' );

to this:

if ( !is_admin() ) {
add_filter( 'pre_get_posts', 'trusted_custom_search_filter' );
}