Lines:
1 to 17 of 17
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Network */ /* class Yoast_Network_Settings_API */ /* function Yoast_Network_Settings_API::register_setting() – Registers a network setting and its data. */ /* function Yoast_Network_Settings_API::get_registered_settings() – Gets the registered settings and their data. */ /* function Yoast_Network_Settings_API::get_whitelist_options() – Gets the whitelisted options for a given option group. */ /* function Yoast_Network_Settings_API::filter_sanitize_option() – Filters sanitization for a network option value. */ /* function Yoast_Network_Settings_API::filter_default_option() – Filters the default value for a network option. */ /* function Yoast_Network_Settings_API::meets_requirements() – Checks whether the requirements to use this class are met. */ /* function Yoast_Network_Settings_API::get() – Gets the singleton instance of this class. */