Advertisement
phpface

Untitled

Feb 4th, 2021
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. function kappa_child_filter_review_box(){
  2.     global $post;
  3.  
  4.     if( has_shortcode( $post->post_content, 'marstheme_review' ) ){
  5.         remove_filter( 'the_content' , 'marstheme_post_review', 10, 1 );
  6.     }
  7. }
  8. add_action( 'wp', 'kappa_child_filter_review_box' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement