plugin updates
This commit is contained in:
@@ -355,6 +355,15 @@ class Yoast_Notification {
|
||||
return '<div ' . implode( ' ', $attributes ) . '>' . $message . '</div>' . PHP_EOL;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the message for the notification.
|
||||
*
|
||||
* @return string The message.
|
||||
*/
|
||||
public function get_message() {
|
||||
return wpautop( $this->message );
|
||||
}
|
||||
|
||||
/**
|
||||
* Wraps the message with a Yoast SEO icon.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user