Lines:
1 to 40 of 40
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals\Options */ /* class WPSEO_Options */ /* function WPSEO_Options::__construct() – Instantiate all the WPSEO option management classes. */ /* function WPSEO_Options::register_hooks() – Register our hooks. */ /* function WPSEO_Options::get_instance() – Get the singleton instance of this class. */ /* function WPSEO_Options::register_option() – Registers an option to the options list. */ /* function WPSEO_Options::get_group_name() – Get the group name of an option for use in the settings form. */ /* function WPSEO_Options::get_default() – Get a specific default value for an option. */ /* function WPSEO_Options::update_site_option() – Update a site_option. */ /* function WPSEO_Options::get_option_instance() – Get the instantiated option instance. */ /* function WPSEO_Options::get_option_names() – Retrieve an array of the options which should be included in get_all() and reset(). */ /* function WPSEO_Options::get_all() – Retrieve all the options for the SEO plugin in one go. */ /* function WPSEO_Options::get_options() – Retrieve one or more options for the SEO plugin. */ /* function WPSEO_Options::get_option() – Retrieve a single option for the SEO plugin. */ /* function WPSEO_Options::get() – Retrieve a single field from any option for the SEO plugin. Keys are always unique. */ /* function WPSEO_Options::clear_cache() – Resets the cache to null. */ /* function WPSEO_Options::prime_cache() – Primes our cache. */ /* function WPSEO_Options::set() – Retrieve a single field from an option for the SEO plugin. */ /* function WPSEO_Options::get_autoloaded_option() – Get an option only if it’s been auto-loaded. */ /* function WPSEO_Options::clean_up() – Run the clean up routine for one or all options. */ /* function WPSEO_Options::ensure_options_exist() – Check that all options exist in the database and add any which don’t. */ /* function WPSEO_Options::initialize() – Initialize some options on first install/activate/reset. */ /* function WPSEO_Options::reset() – Reset all options to their default values and rerun some tests. */ /* function WPSEO_Options::maybe_set_multisite_defaults() – Initialize default values for a new multisite blog. */ /* function WPSEO_Options::reset_ms_blog() – Reset all options for a specific multisite blog to their default values based upon a specified default blog if one was chosen on the network page or the plugin defaults if it was not. */ /* function WPSEO_Options::save_option() – Saves the option to the database. */ /* function WPSEO_Options::add_ms_option() – Adds the multisite options to the option stack if relevant. */ /* function WPSEO_Options::is_multisite() – Checks if installation is multisite. */ /* function WPSEO_Options::get_lookup_table() – Retrieves a lookup table to find in which option_group a key is stored. */ /* function WPSEO_Options::get_pattern_table() – Retrieves a lookup table to find in which option_group a key is stored. */ /* function WPSEO_Options::fill_cache() – Fills our option cache. */