Lines:
1 to 31 of 31
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ use Yoast\WP\SEO\Helpers\Wordpress_Helper; use Yoast\WP\SEO\Integrations\Settings_Integration; /* class WPSEO_Admin */ /* function WPSEO_Admin::__construct() – Class constructor. */ /* function WPSEO_Admin::schedule_rewrite_flush() – Schedules a rewrite flush to happen at shutdown. */ /* function WPSEO_Admin::get_admin_features() – Returns all the classes for the admin features. */ /* function WPSEO_Admin::enqueue_assets() – Register assets needed on admin pages. */ /* function WPSEO_Admin::get_manage_options_cap() – Returns the manage_options capability. */ /* function WPSEO_Admin::map_manage_options_cap() – Maps the manage_options cap on saving an options page to wpseo_manage_options. */ /* function WPSEO_Admin::bulk_edit_options() – Adds the ability to choose how many posts are displayed per page on the bulk edit pages. */ /* function WPSEO_Admin::save_bulk_edit_options() – Saves the posts per page limit for bulk edit pages. */ /* function WPSEO_Admin::add_action_link() – Adds links to Premium Support and FAQ under the plugin in the plugin overview page. */ /* function WPSEO_Admin::config_page_scripts() – Enqueues the (tiny) global JS needed for the plugin. */ /* function WPSEO_Admin::enqueue_global_style() – Enqueues the (tiny) global stylesheet needed for the plugin. */ /* function WPSEO_Admin::update_contactmethods() – Filter the $contactmethods array and add a set of social profiles. */ /* function WPSEO_Admin::switch_theme() – Log the updated timestamp for user profiles when theme is changed. */ /* function WPSEO_Admin::localize_admin_global_script() – Localization for the dismiss urls. */ /* function WPSEO_Admin::set_upsell_notice() – Sets the upsell notice. */ /* function WPSEO_Admin::on_dashboard_page() – Whether we are on the admin dashboard page. */ /* function WPSEO_Admin::initialize_cornerstone_content() – Loads the cornerstone filter. */