Lines:
1 to 27 of 27
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Admin_Init */ /* function WPSEO_Admin_Init::__construct() – Class constructor. */ /* function WPSEO_Admin_Init::enqueue_dismissible() – Enqueue our styling for dismissible yoast notifications. */ /* function WPSEO_Admin_Init::remove_translations_notification */ /* function WPSEO_Admin_Init::unsupported_php_notice() – Creates an unsupported PHP version notification in the notification center. */ /* function WPSEO_Admin_Init::get_latest_major_wordpress_version() – Gets the latest released major WordPress version from the WordPress stable-check api. */ /* function WPSEO_Admin_Init::on_wpseo_admin_page() – Helper to verify if the user is currently visiting one of our admin pages. */ /* function WPSEO_Admin_Init::load_meta_boxes() – Determine whether we should load the meta box class and if so, load it. */ /* function WPSEO_Admin_Init::load_taxonomy_class() – Determine if we should load our taxonomy edit class and if so, load it. */ /* function WPSEO_Admin_Init::load_admin_user_class() – Determine if we should load our admin pages class and if so, load it. */ /* function WPSEO_Admin_Init::load_admin_page_class() – Determine if we should load our admin pages class and if so, load it. */ /* function WPSEO_Admin_Init::load_plugin_suggestions() – Loads the plugin suggestions. */ /* function WPSEO_Admin_Init::register_premium_upsell_admin_block() – Registers the Premium Upsell Admin Block. */ /* function WPSEO_Admin_Init::load_xml_sitemaps_admin() – See if we should start our XML Sitemaps Admin class. */ /* function WPSEO_Admin_Init::show_hook_deprecation_warnings() – Shows deprecation warnings to the user if a plugin has registered a filter we have deprecated. */ /* function WPSEO_Admin_Init::has_postname_in_permalink() – Check if the permalink uses %postname%. */ /* function WPSEO_Admin_Init::permalink_settings_notice() – Shows a notice on the permalink settings page. */ /* function WPSEO_Admin_Init::add_publish_box_section() – Adds a custom Yoast section within the Classic Editor publish box. */