Lines:
1 to 15 of 15
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Admin_Settings_Changed_Listener */ /* function WPSEO_Admin_Settings_Changed_Listener::register_hooks() – Registers all hooks to WordPress. */ /* function WPSEO_Admin_Settings_Changed_Listener::intercept_save_update_notification() – Checks and overwrites the wp_settings_errors global to determine whether the Yoast SEO settings have been saved. */ /* function WPSEO_Admin_Settings_Changed_Listener::is_settings_updated_notification() – Checks whether the settings notification is a settings_updated notification. */ /* function WPSEO_Admin_Settings_Changed_Listener::have_settings_been_saved() – Get whether the settings have successfully been saved */ /* function WPSEO_Admin_Settings_Changed_Listener::show_success_message() – Renders a success message if the Yoast SEO settings have been saved. */