post_type; if ( ! in_array( $postType, $postTypes ) || false === strpos( $content, 'brz-root__container' ) ) { return $content; } $class = $postType == EM_POST_TYPE_LOCATION ? 'EM_Location_Post' : 'EM_Event_Post'; remove_filter( 'the_content', [ $class, 'the_content' ] ); return $content; } }