diff --git a/o2.php b/o2.php index 21bb45f..289daab 100644 --- a/o2.php +++ b/o2.php @@ -887,6 +887,10 @@ public static function add_json_data( $content ) { if ( ! is_page() && ! empty( $post->post_password ) ) { return $content; } + + if ( ! apply_filters( 'o2_process_the_content', true ) ) { + return $content; + } $conversation = array(); if ( is_single() || is_category() || is_archive() || is_author() || is_home() || is_page() || is_search() ) {