Advertisement
julien731

Bookshelf Theme Fix

Aug 12th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. add_action( 'themerex_action_before_init_theme', 'sumo_remove_query_trash', 11 );
  2. /**
  3.  * Remove the query customization breaking Awesome Support
  4.  *
  5.  * @return void
  6.  */
  7. function sumo_remove_query_trash() {
  8.     remove_filter('posts_where', 'themerex_query_posts_where', 10);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement