Lines:
1 to 31 of 31
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Notifications * @since 1.5.3 */ /* class Yoast_Notification */ /* function Yoast_Notification::__construct() – Notification class constructor. */ /* function Yoast_Notification::get_id() – Retrieve notification ID string. */ /* function Yoast_Notification::get_user() – Retrieve the user to show the notification for. */ /* function Yoast_Notification::get_user_id() – Retrieve the is of the user to show the notification for. */ /* function Yoast_Notification::get_nonce() – Retrieve nonce identifier. */ /* function Yoast_Notification::refresh_nonce() – Make sure the nonce is up to date. */ /* function Yoast_Notification::get_type() – Get the type of the notification. */ /* function Yoast_Notification::get_priority() – Priority of the notification. */ /* function Yoast_Notification::get_dismissal_key() – Get the User Meta key to check for dismissal of notification. */ /* function Yoast_Notification::is_persistent() – Is this Notification persistent. */ /* function Yoast_Notification::display_for_current_user() – Check if the notification is relevant for the current user. */ /* function Yoast_Notification::match_capabilities() – Does the current user match required capabilities. */ /* function Yoast_Notification::has_capability() – Array filter function to find matched capabilities. */ /* function Yoast_Notification::to_array() – Return the object properties as an array. */ /* function Yoast_Notification::__toString() – Adds string (view) behaviour to the notification. */ /* function Yoast_Notification::render() – Renders the notification as a string. */ /* function Yoast_Notification::wrap_yoast_seo_icon() – Wraps the message with a Yoast SEO icon. */ /* function Yoast_Notification::get_json() – Get the JSON if provided. */ /* function Yoast_Notification::normalize_options() – Make sure we only have values that we can work with. */ /* function Yoast_Notification::parse_attributes() – Format HTML element attributes. */