Lines:
1 to 32 of 32
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Notifications */ /* class Yoast_Notifications */ /* function Yoast_Notifications::__construct() – Yoast_Notifications constructor. */ /* function Yoast_Notifications::add_hooks() – Add hooks */ /* function Yoast_Notifications::enqueue_assets() – Enqueue assets. */ /* function Yoast_Notifications::ajax_dismiss_alert() – Deprecated: Handle ajax request to dismiss a alert. */ /* function Yoast_Notifications::ajax_dismiss_notification() – Handle ajax request to dismiss a notification. */ /* function Yoast_Notifications::ajax_restore_alert() – Deprecated: Handle ajax request to restore a notification. */ /* function Yoast_Notifications::ajax_restore_notification() – Handle ajax request to restore a notification. */ /* function Yoast_Notifications::output_ajax_response() – Create AJAX response data. */ /* function Yoast_Notifications::get_view_html() – Get the HTML to return in the AJAX request. */ /* function Yoast_Notifications::get_notification_from_ajax_request() – Extract the Yoast Notification from the AJAX request. */ /* function Yoast_Notifications::collect_notifications() – Collect the notifications and group them together. */ /* function Yoast_Notifications::get_template_variables() – Get the variables needed in the views. */ /* function Yoast_Notifications::get_active_alert_count() – Deprecated: Get the number of active notifications. */ /* function Yoast_Notifications::get_active_notification_count() – Get the number of active notifications. */ /* function Yoast_Notifications::filter_error_alerts() – Deprecated: Filter out any non-errors. Renamed to filter_error_notifications */ /* function Yoast_Notifications::filter_error_notifications() – Filter out any non-errors. */ /* function Yoast_Notifications::filter_warning_alerts() – Deprecated: Filter out any non-warnings. Renamed to filter_warning_notifications */ /* function Yoast_Notifications::filter_warning_notifications() – Filter out any non-warnings. */ /* function Yoast_Notifications::filter_dismissed_alerts() – Deprecated: Filter out any dismissed notifications. Renamed to filter_dismissed_alerts. */ /* function Yoast_Notifications::filter_dismissed_notifications() – Filter out any dismissed notifications. */ class_alias( Yoast_Notifications::class, 'Yoast_Alerts' );