Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'init',
- function () {
- if ( ! is_admin() ) {
- remove_filter( 'the_content', array( JNews_Review_Frontend::getInstance(), 'review_content' ), 10 );
- remove_filter( 'the_content', array( JNews_Review_Frontend::getInstance(), 'review_content_widget' ), 10 );
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement