wpseo_debug_markers, true
wpseo_debug_markers, true
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_debug_markers, true') is found 2 times:
- /src/presenters/debug/marker-close-presenter.php line 23
* Filter: 'wpseo_debug_markers' - Allow disabling the debug markers. * * @param bool $show_markers True when the debug markers should be shown. */ if ( ! \apply_filters( 'wpseo_debug_markers', true ) ) { return ''; } return \sprintf( '<!-- / %s. -->', \esc_html( $this->helpers->product->get_name() ), - /src/presenters/debug/marker-open-presenter.php line 23
* Filter: 'wpseo_debug_markers' - Allow disabling the debug markers. * * @param bool $show_markers True when the debug markers should be shown. */ if ( ! \apply_filters( 'wpseo_debug_markers', true ) ) { return ''; } $product_name = \esc_html( $this->helpers->product->get_name() ); $is_premium = $this->helpers->product->is_premium(); $version = ( $is_premium ) ? $this->construct_version_info() : 'v' . \WPSEO_VERSION;