Methods
1 to 15 of 15
- Yoast_Alerts::__construct() – Yoast_Alerts constructor.
- Yoast_Alerts::add_hooks() – Add hooks
- Yoast_Alerts::ajax_dismiss_alert() – Handle ajax request to dismiss an alert.
- Yoast_Alerts::ajax_restore_alert() – Handle ajax request to restore an alert.
- Yoast_Alerts::collect_alerts() – Collect the alerts and group them together.
- Yoast_Alerts::enqueue_assets() – Enqueue assets.
- Yoast_Alerts::filter_dismissed_alerts() – Filter out any dismissed notifications.
- Yoast_Alerts::filter_error_alerts() – Filter out any non-errors.
- Yoast_Alerts::filter_warning_alerts() – Filter out any non-warnings.
- Yoast_Alerts::get_active_alert_count() – Get the number of active alerts.
- Yoast_Alerts::get_notification_from_ajax_request() – Extract the Yoast Notification from the AJAX request.
- Yoast_Alerts::get_template_variables() – Get the variables needed in the views.
- Yoast_Alerts::get_view_html() – Get the HTML to return in the AJAX request.
- Yoast_Alerts::output_ajax_response() – Create AJAX response data.
- Yoast_Alerts::show_overview_page() – Show the alerts overview page.