: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Yoast\WP\SEO\Initializers;
use Yoast\WP\SEO\Loadable_Interface;
* Integration interface definition.
* An interface for registering integrations with WordPress.
interface Initializer_Interface extends Loadable_Interface {
public function initialize();