Home › Forums › Trusted Pro › Privacy export data requests list not showing. › Reply To: Privacy export data requests list not showing.
May 22, 2018 at 8:23 am
#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' );
}