: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Yoast\WP\SEO\Introductions\Domain;
* Represents an introduction.
interface Introduction_Interface {
public function get_id();
* Returns the unique name.
public function get_name();
* Returns the requested pagination priority. Lower means earlier.
public function get_priority();
* Returns whether this introduction should show.
public function should_show();