: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @package WPSEO\Admin\Customizer
* Class with functionality to support WP SEO settings in WordPress Customizer.
* Holds the customize manager.
* @var WP_Customize_Manager
public function __construct() {
_deprecated_function( __METHOD__, 'Yoast SEO 22.8' );
* Function to support WordPress Customizer.
* @param WP_Customize_Manager $wp_customize Manager class instance.
public function wpseo_customize_register( $wp_customize ) {
_deprecated_function( __METHOD__, 'Yoast SEO 22.8' );
* Returns whether or not the breadcrumbs are active.
public function breadcrumbs_active_callback() {
_deprecated_function( __METHOD__, 'Yoast SEO 22.8' );
* Returns whether or not to show the breadcrumbs blog show option.
public function breadcrumbs_blog_show_active_cb() {
_deprecated_function( __METHOD__, 'Yoast SEO 22.8' );