p =& $plugin; if ( $this->p->debug->enabled ) { $this->p->debug->mark(); } if ( ! is_admin() ) { /* * Exclude the WPSSO schema markup from the Jetpack Boost "Defer Non-Essential JavaScript" function. */ add_filter( 'jetpack_boost_render_blocking_js_exclude_scripts', array( $this, 'cleanup_defer_scripts' ), 1000, 1 ); } } public function cleanup_defer_scripts( array $script_tags ) { foreach ( $script_tags as $num => $match ) { if ( isset( $match[ 0 ] ) ) { // Just in case. if ( false !== strpos( $match[ 0 ], '