Lines:
1 to 23 of 23
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals */ /* class Yoast_Network_Admin */ /* function Yoast_Network_Admin::get_site_choices() – Gets the available sites as choices, e.g. for a dropdown. */ /* function Yoast_Network_Admin::get_site_states() – Gets the states of a site. */ /* function Yoast_Network_Admin::handle_update_options_request() – Handles a request to update plugin network options. */ /* function Yoast_Network_Admin::handle_restore_site_request() – Handles a request to restore a site’s default settings. */ /* function Yoast_Network_Admin::settings_fields() – Outputs nonce, action and option group fields for a network settings page in the plugin. */ /* function Yoast_Network_Admin::enqueue_assets() – Enqueues network admin assets. */ /* function Yoast_Network_Admin::register_hooks() – Hooks in the necessary actions and filters. */ /* function Yoast_Network_Admin::register_ajax_hooks() – Hooks in the necessary AJAX actions. */ /* function Yoast_Network_Admin::meets_requirements() – Checks whether the requirements to use this class are met. */ /* function Yoast_Network_Admin::verify_request() – Verifies that the current request is valid. */ /* function Yoast_Network_Admin::terminate_request() – Terminates the current request by either redirecting back or sending an AJAX response. */ /* function Yoast_Network_Admin::persist_settings_errors() – Persists settings errors. */ /* function Yoast_Network_Admin::redirect_back() – Redirects back to the referer URL, with optional query arguments. */