: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @package WPSEO\Admin\Notifiers
* Dictates the required methods for a Notification Handler implementation.
interface WPSEO_Notification_Handler {
* Handles the notification object.
* @param Yoast_Notification_Center $notification_center The notification center object.
public function handle( Yoast_Notification_Center $notification_center );