Lines:
1 to 24 of 24
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals\Options */ /* class WPSEO_Option_Titles */ /* function WPSEO_Option_Titles::__construct() – Add the actions and filters for the option. */ /* function WPSEO_Option_Titles::end_of_init() – Make sure we can recognize the right action for the double cleaning. */ /* function WPSEO_Option_Titles::get_instance() – Get the singleton instance of this class. */ /* function WPSEO_Option_Titles::get_separator_options() – Get the available separator options. */ /* function WPSEO_Option_Titles::get_separator_options_for_display() – Get the available separator options aria-labels. */ /* function WPSEO_Option_Titles::translate_defaults() – Translate strings used in the option defaults. */ /* function WPSEO_Option_Titles::enrich_defaults() – Add dynamically created default options based on available post types and taxonomies. */ /* function WPSEO_Option_Titles::invalidate_enrich_defaults_cache() – Invalidates enrich_defaults() cache. */ /* function WPSEO_Option_Titles::validate_option() – Validate the option. */ /* function WPSEO_Option_Titles::get_allowed_post_types() – Retrieve a list of the allowed post types as breadcrumb parent for a taxonomy. */ /* function WPSEO_Option_Titles::clean_option() – Clean a given option value. */ /* function WPSEO_Option_Titles::retain_variable_keys() – Make sure that any set option values relating to post_types and/or taxonomies are retained, even when that post_type or taxonomy may not yet have been registered. */ /* function WPSEO_Option_Titles::get_separator_option_list() – Retrieves a list of separator options. */