isUsingBrizy( $postId ); } /** * @param $postId * * @return bool */ protected function isUsingBrizy( $postId ) { $get_post_meta = get_post_meta( $postId, Brizy_Editor_Storage_Post::META_KEY, true ); return ! ! $get_post_meta; } }