Abstract_Aioseo_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
Abstract_Exclude_Post_Type::get_conditionals() – This integration is only active when the child class’s conditionals are met.
Abstract_Importing_Action::get_completed_id() – Gets the completed id (to be used as a key for the importing_completed option).
Abstract_Indexing_Action::get_count_query() – Builds a query for counting the number of unindexed posts.
Abstract_Indexing_Action::get_limited_unindexed_count() – Returns a limited number of unindexed posts.
Abstract_Indexing_Action::get_select_query() – Builds a query for selecting the ID’s of unindexed posts.
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_limited_unindexed_count() – In the case of term-links and post-links we want to use the total unindexed count, because using the limited unindexed count actually leads to worse performance.
AbstractGrant::getName() – Returns the name of this grant, eg. ‘grant_name’, which is used as the grant type when encoding URL query parameters.
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::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::getAllowedClientOptions() – Returns the list of options that can be passed to the HttpClient
AbstractProvider::getAuthorizationHeaders() – Returns the authorization headers used by this provider.
AbstractProvider::getAuthorizationParameters() – Returns authorization parameters based on provided options.
AbstractProvider::getRandomState() – Returns a new random string to use as the state parameter in an authorization flow.
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::getScopeSeparator() – Returns the string that should be used to separate scopes when building the URL for requesting an access token.
Adapter::get_schema_version_table_name() – Allows overriding the hardcoded schema table name constant in case of parallel migrations.
AddIndexableObjectIdAndTypeIndex::get_table_name() – Retrieves the table name to use for storing indexables.
Addon_Update_Watcher::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Addon_Update_Watcher::get_plugin_id() – Get the ID of the currently installed Yoast SEO (Premium) plugin.
AddVersionColumnToIndexables::get_table_name() – Retrieves the table name to use for storing indexables.
Admin_Columns_Cache_Integration::get_child_page_ids() – Adds all child pages due to be shown on the current page to the $to_display array.
Admin_Columns_Cache_Integration::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Admin_Columns_Cache_Integration::get_current_page_page_ids() – Gets all the page IDs set to be shown on the current page.
Aioseo_Cleanup_Action::get_aioseo_table() – Retrieves the AIOSEO table name along with the db prefix.
Aioseo_Cleanup_Action::get_limited_unindexed_count() – Just checks if the cleanup has been completed in the past.
Aioseo_Cleanup_Action::get_total_unindexed() – Just checks if the cleanup has been completed in the past.
Aioseo_General_Settings_Importing_Action::__construct() – Aioseo_General_Settings_Importing_Action constructor.
Aioseo_General_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.
Aioseo_General_Settings_Importing_Action::import_company_logo() – Imports the organization logo while also accounting for the id of the log to be saved in the separate Yoast option.
Aioseo_General_Settings_Importing_Action::import_person_logo() – Imports the person logo while also accounting for the id of the log to be saved in the separate Yoast option.
Aioseo_General_Settings_Importing_Action::transform_site_represents() – Transforms the site represents setting.
Aioseo_Posts_Importing_Action::get_limit() – Returns the number of objects that will be imported in a single importing pass.
Aioseo_Posts_Importing_Action::get_limited_unindexed_count() – Returns the limited number of unimported objects.
Aioseo_Posts_Importing_Action::get_needed_data() – Populates the needed data array based on which columns we use from the AIOSEO indexable table.