function mycp_wpml_integration( $query ) { if( $query->is_tax(APP_TAX_CAT) ) $query->set( 'suppress_filters', true ); } add_action( 'pre_get_posts', 'mycp_wpml_integration' );
There are currently 1 users browsing this thread. (0 members and 1 guests)