WPSEO_Register_Capabilities::filter_user_has_wpseo_manage_options_cap() – Revokes the ‘wpseo_manage_options’ capability from administrator users if it should only only be granted to network administrators.
WPSEO_Remove_Reply_To_Com::clean_reply_to_com() – Checks whether we can allow the feature that removes ?replytocom query parameters.
WPSEO_Remove_Reply_To_Com::register_hooks() – Registers the hooks necessary to handle removing ?replytocom.
WPSEO_Remove_Reply_To_Com::remove_reply_to_com() – Removes the ?replytocom variable from the link, replacing it with a #comment-<number> anchor.
wpseo_remove_stopwords_sample_permalink() – Removes stopword from the sample permalink that is generated in an AJAX request.
WPSEO_Replace_Vars::determine_pagenumbering() – Determine the page numbering of the current post/page/cpt.
WPSEO_Replace_Vars::determine_pt_names() – Determine the post type names for the current post/page/cpt.
WPSEO_Replace_Vars::get_custom_taxonomies() – Gets the names of the custom taxonomies, prepends ‘ct_’ and ‘ct_desc’, and returns them in an array.
WPSEO_Replace_Vars::get_label() – Creates a label for prefixed replacement variables that matches the format in the editors.
WPSEO_Replace_Vars::get_replacement_variables_list() – Generates a list of replacement variables based on the help texts.
WPSEO_Replace_Vars::get_replacement_variables() – Creates a merged associative array of both the basic and advanced help texts.
WPSEO_Replace_Vars::get_term_hierarchy() – Gets a taxonomy term hierarchy including the term to get the parents for.
WPSEO_Replace_Vars::handle_description() – Strips ‘desc_’ if present, and appends ‘ description’ at the end.
WPSEO_Replace_Vars::is_not_prefixed() – Checks whether the replacement variable contains a `ct_` or `cf_` prefix, because they follow different logic.
WPSEO_Replace_Vars::register_help_text() – Set the help text for a user/plugin/theme defined extra variable.
WPSEO_Replace_Vars::replace() – Replace `%%variable_placeholders%%` with their real value based on the current requested page/post/cpt/etc.
WPSEO_Replace_Vars::retrieve_archive_title() – Retrieve the string generated by get_the_archive_title().
WPSEO_Replace_Vars::retrieve_caption() – Retrieve the attachment caption for use as replacement string.
WPSEO_Replace_Vars::retrieve_category_description() – Retrieve the category description for use as replacement string.
WPSEO_Replace_Vars::retrieve_category() – Retrieve the post/cpt categories (comma separated) for use as replacement string.
WPSEO_Replace_Vars::retrieve_cf_custom_field_name() – Retrieve a post/page/cpt’s custom field value for use as replacement string.
WPSEO_Replace_Vars::retrieve_ct_custom_tax_name() – Retrieve a post/page/cpt’s custom taxonomies for use as replacement string.
WPSEO_Replace_Vars::retrieve_ct_desc_custom_tax_name() – Retrieve a post/page/cpt’s custom taxonomies description for use as replacement string.
WPSEO_Replace_Vars::retrieve_currentdate() – Retrieve the current date for use as replacement string.
WPSEO_Replace_Vars::retrieve_currentmonth() – Retrieve the current month for use as replacement string.
WPSEO_Replace_Vars::retrieve_currenttime() – Retrieve the current time for use as replacement string.
WPSEO_Replace_Vars::retrieve_currentyear() – Retrieve the current year for use as replacement string.
WPSEO_Replace_Vars::retrieve_date() – Retrieve the date of the post/page/cpt for use as replacement string.
WPSEO_Replace_Vars::retrieve_excerpt_only() – Retrieve the post/page/cpt excerpt for use as replacement string (without auto-generation).
WPSEO_Replace_Vars::retrieve_excerpt() – Retrieve the post/page/cpt excerpt for use as replacement string.
WPSEO_Replace_Vars::retrieve_focuskw() – Retrieve the post/page/cpt’s focus keyword for use as replacement string.
WPSEO_Replace_Vars::retrieve_modified() – Retrieve the post/page/cpt modified time for use as replacement string.
WPSEO_Replace_Vars::retrieve_name() – Retrieve the post/page/cpt author’s "nice name" for use as replacement string.
WPSEO_Replace_Vars::retrieve_page() – Retrieve the current page number with context (i.e. ‘page 2 of 4’) for use as replacement string.
WPSEO_Replace_Vars::retrieve_pagenumber() – Retrieve the current page number for use as replacement string.
WPSEO_Replace_Vars::retrieve_pagetotal() – Retrieve the current page total for use as replacement string.
WPSEO_Replace_Vars::retrieve_parent_title() – Retrieve the title of the parent page of the current page/cpt for use as replacement string.
WPSEO_Replace_Vars::retrieve_primary_category() – Retrieve primary category for use as replacement string.
WPSEO_Replace_Vars::retrieve_pt_plural() – Retrieve the post type plural label for use as replacement string.
WPSEO_Replace_Vars::retrieve_pt_single() – Retrieve the post type single label for use as replacement string.
WPSEO_Replace_Vars::retrieve_searchphrase() – Retrieve the current search phrase for use as replacement string.
WPSEO_Replace_Vars::retrieve_sitedesc() – Retrieve the site’s tag line / description for use as replacement string.
WPSEO_Replace_Vars::retrieve_tag_description() – Retrieve the tag description for use as replacement string.
WPSEO_Replace_Vars::retrieve_term_description() – Retrieve the term description for use as replacement string.
WPSEO_Replace_Vars::retrieve_term404() – Retrieve the slug which caused the 404 for use as replacement string.
WPSEO_Replace_Vars::retrieve_title() – Retrieve the title of the post/page/cpt for use as replacement string.
WPSEO_Replace_Vars::retrieve_user_description() – Retrieve the post/page/cpt author’s users description for use as a replacement string.
WPSEO_Replace_Vars::retrieve_userid() – Retrieve the post/page/cpt author’s user id for use as replacement string.
WPSEO_Replace_Vars::set_advanced_help_texts() – Set/translate the help texts for the WPSEO standard advanced variables.
WPSEO_Replace_Vars::set_basic_help_texts() – Set/translate the help texts for the WPSEO standard basic variables.
WPSEO_Replace_Vars::setup_statics_once() – Setup the help texts and external replacements as statics so they will be available to all instances.
wpseo_replace_vars() – Replace `%%variable_placeholders%%` with their real value based on the current requested page/post/cpt.