Lines:
1 to 21 of 21
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Admin_Editor_Specific_Replace_Vars */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::__construct() – WPSEO_Admin_Editor_Specific_Replace_Vars constructor. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::get() – Retrieves the editor specific replacement variables. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::get_generic() – Retrieves the generic replacement variable names. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::determine_for_term() – Determines the page type of the current term. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::determine_for_post() – Determines the page type of the current post. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::determine_for_post_type() – Determines the page type for a post type. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::determine_for_archive() – Determines the page type for an archive page. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::add_for_page_types() – Adds the replavement variables for the given page types. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::extract_names() – Extracts the names from the given replacements variables. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::has_for_page_type() – Returns whether the given page type has editor specific replace vars. */ /* function WPSEO_Admin_Editor_Specific_Replace_Vars::get_unique_replacement_variables() – Merges all editor specific replacement variables into one array and removes duplicates. */