• Skip to primary navigation
  • Skip to main content
  • Skip to footer
Yoast SEO a2z

Yoast SEO a2z

WordPress SEO a2z

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for A

A

_wpseo_activate() – Runs on activation of the plugin.

_yoast_display_alerts() – Create the alert HTML with restore/dismiss button.

– action

– action

Abstract_Indexable_Presenter

Abstract_Indexable_Presenter::get() – Gets the raw value of a presentation.

Abstract_Indexable_Presenter::replace_vars() – Replace replacement variables in a string.

Abstract_Indexable_Tag_Presenter

Abstract_Indexable_Tag_Presenter::escape() – Escaped the output.

Abstract_Indexable_Tag_Presenter::present() – Returns a tag in the head.

Abstract_Indexation_Route

Abstract_Indexation_Route::respond_with() – Responds to an indexation request.

Abstract_Indexation_Route::run_indexation_action() – Runs an indexing action and returns the response.

Abstract_Link_Indexing_Action

Abstract_Link_Indexing_Action::__construct() – Indexable_Post_Indexing_Action constructor

Abstract_Link_Indexing_Action::get_limit() – Returns the number of texts that will be indexed in a single link indexing pass.

Abstract_Link_Indexing_Action::get_objects() – Returns objects to be indexed.

Abstract_Link_Indexing_Action::get_query() – Queries the database for unindexed term IDs.

Abstract_Link_Indexing_Action::get_total_unindexed() – Returns the total number of unindexed links.

Abstract_Link_Indexing_Action::index() – Builds links for indexables which haven’t had their links indexed yet.

Abstract_Presentation

Abstract_Presentation::__get() – Magic getter for lazy loading of generate functions.

Abstract_Presentation::__isset() – Magic isset for ensuring methods that have a generator are recognised.

Abstract_Presentation::is_prototype() – Returns `true` if this class is a prototype.

Abstract_Presentation::of() – Creates a model presentation.

Abstract_Presenter

Abstract_Presenter::__toString() – Returns the output as string.

Abstract_Presenter::present() – Returns the output as string.

Abstract_Schema_Piece

Abstract_Schema_Piece::generate() – Generates the schema piece.

Abstract_Schema_Piece::is_needed() – Determines whether the schema piece is needed.

AbstractGrant

AbstractGrant::__toString() – Returns this grant’s name as its string representation. This allows for string interpolation when building URL query parameters.

AbstractGrant::getName() – Returns the name of this grant, eg. ‘grant_name’, which is used as the grant type when encoding URL query parameters.

AbstractGrant::getRequiredRequestParameters() – Returns a list of all required request parameters.

AbstractGrant::prepareRequestParameters() – Prepares an access token request’s parameters by checking that all required parameters are set, then merging with any given defaults.

AbstractLogger

AbstractLogger::alert() – Action must be taken immediately.

AbstractLogger::critical() – Critical conditions.

AbstractLogger::debug() – Detailed debug information.

AbstractLogger::emergency() – System is unusable.

AbstractLogger::error() – Runtime errors that do not require immediate action but should typically be logged and monitored.

AbstractLogger::info() – Interesting events.

AbstractLogger::notice() – Normal but significant events.

AbstractLogger::warning() – Exceptional occurrences that are not errors.

AbstractProvider

AbstractProvider::__construct() – Constructs an OAuth 2.0 service provider.

AbstractProvider::appendQuery() – Appends a query string to a URL.

AbstractProvider::authorize() – Redirects the client for authorization.

AbstractProvider::checkResponse() – Checks a provider response for errors.

AbstractProvider::createAccessToken() – Creates an access token from a response.

AbstractProvider::createRequest() – Creates a PSR-7 request instance.

AbstractProvider::createResourceOwner() – Generates a resource owner object from a successful resource owner details request.

AbstractProvider::fetchResourceOwnerDetails() – Requests resource owner details.

AbstractProvider::getAccessToken() – Requests an access token using a specified grant and option set.

AbstractProvider::getAccessTokenMethod() – Returns the method to use when requesting an access token.

AbstractProvider::getAccessTokenQuery() – Builds the access token URL’s query string.

AbstractProvider::getAccessTokenRequest() – Returns a prepared request for requesting an access token.

AbstractProvider::getAccessTokenResourceOwnerId() – Returns the key used in the access token response to identify the resource owner.

AbstractProvider::getAccessTokenUrl() – Returns the full URL to use when requesting an access token.

AbstractProvider::getAllowedClientOptions() – Returns the list of options that can be passed to the HttpClient

AbstractProvider::getAuthenticatedRequest() – Returns an authenticated PSR-7 request instance.

AbstractProvider::getAuthorizationHeaders() – Returns the authorization headers used by this provider.

AbstractProvider::getAuthorizationParameters() – Returns authorization parameters based on provided options.

AbstractProvider::getAuthorizationQuery() – Builds the authorization URL’s query string.

AbstractProvider::getAuthorizationUrl() – Builds the authorization URL.

AbstractProvider::getBaseAccessTokenUrl() – Returns the base URL for requesting an access token.

AbstractProvider::getBaseAuthorizationUrl() – Returns the base URL for authorizing a client.

AbstractProvider::getContentType() – Returns the content type header of a response.

AbstractProvider::getDefaultHeaders() – Returns the default headers used by this provider.

AbstractProvider::getDefaultScopes() – Returns the default scopes used by this provider.

AbstractProvider::getGrantFactory() – Returns the current grant factory instance.

AbstractProvider::getHeaders() – Returns all headers used by this provider for a request.

AbstractProvider::getHttpClient() – Returns the HTTP client instance.

AbstractProvider::getOptionProvider() – Returns the option provider instance.

AbstractProvider::getParsedResponse() – Sends a request and returns the parsed response.

AbstractProvider::getRandomState() – Returns a new random string to use as the state parameter in an authorization flow.

AbstractProvider::getRequest() – Returns a PSR-7 request instance that is not authenticated.

AbstractProvider::getRequestFactory() – Returns the request factory instance.

AbstractProvider::getResourceOwner() – Requests and returns the resource owner of given access token.

AbstractProvider::getResourceOwnerDetailsUrl() – Returns the URL for requesting the resource owner’s details.

AbstractProvider::getResponse() – Sends a request instance and returns a response instance.

AbstractProvider::getScopeSeparator() – Returns the string that should be used to separate scopes when building the URL for requesting an access token.

AbstractProvider::getState() – Returns the current value of the state parameter.

AbstractProvider::parseJson() – Attempts to parse a JSON response.

AbstractProvider::parseResponse() – Parses the response according to its content-type header.

AbstractProvider::prepareAccessTokenResponse() – Prepares an parsed access token response for a grant.

AbstractProvider::setGrantFactory() – Sets the grant factory instance.

AbstractProvider::setHttpClient() – Sets the HTTP client instance.

AbstractProvider::setOptionProvider() – Sets the option provider instance.

AbstractProvider::setRequestFactory() – Sets the request factory instance.

AbstractProvider::verifyGrant() – Checks that a provided grant is valid, or attempts to produce one if the provided grant is a string.

AccessToken

AccessToken::__construct() – Constructs an access token.

AccessToken::__toString() –

AccessToken::getExpires() –

AccessToken::getRefreshToken() –

AccessToken::getResourceOwnerId() –

AccessToken::getToken() –

AccessToken::getValues() –

AccessToken::hasExpired() –

AccessToken::isExpirationTimestamp() – Check if a value is an expiration timestamp or second value.

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 24
  • Go to Next Page »

Footer

Yoast SEO a2z
Yoast SEO a2z
WordPress SEO a2z
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  wordpress-seo.wp-a2z.org
© Copyright Yoast SEO a2z 2017-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites