• 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 APIs

Adapter::get_migrated_versions() – Returns a list of all versions that have been migrated.

Adapter::get_schema_version_table_name() – Allows overriding the hardcoded schema table name constant in case of parallel migrations.

Adapter::has_index() – Checks an index.

Adapter::has_table() – Checks if a table exists.

Adapter::identifier() – Returns a quoted string.

Adapter::in_transaction() – Checks if a transaction is active.

Adapter::indexes() – Returns all indexes of a table.

Adapter::is_sql_method_call() – Detect whether or not the string represents a function call and if so do not wrap it in single-quotes, otherwise do wrap in single quotes.

Adapter::native_database_types() – Returns all column native types.

Adapter::query() – Executes a query.

Adapter::quote_string() – Escapes a string for usage in queries.

Adapter::quote_table() – Quotes a table name string.

Adapter::remove_column() – Drops a column.

Adapter::remove_index() – Drops an index.

Adapter::remove_timestamps() – Removes timestamps.

Adapter::remove_version() – Removes a migrated version.

Adapter::rename_column() – Renames a column.

Adapter::rename_table() – Renames a table.

Adapter::rollback_transaction() – Rollbacks a transaction.

Adapter::rollback() – Rollbacks a transaction.

Adapter::select_all() – Returns all results for a query.

Adapter::select_one() – Returns a single result for a query.

Adapter::start_transaction() – Starts a transaction.

Adapter::supports_migrations() – Checks support for migrations.

Adapter::table_exists() – Checks if a table exists.

Adapter::type_to_sql() – Converts a type to sql. Default options: $limit = null, $precision = null, $scale = null

add_column() – add column

add_index() – add index

add_timestamps() – add timestamps

add() – Adds a task to the queue that will be executed the next time run is called.

AddCollationToTables::down() – Migration down.

AddCollationToTables::up() – Migration up.

AddColumnsToIndexables::down() – Migration down.

AddColumnsToIndexables::get_indexable_table() – Retrieves the Indexable table.

AddColumnsToIndexables::get_tables() – Retrieves the table names to use.

AddColumnsToIndexables::up() – Migration up.

AddEstimatedReadingTime::down() – Migration down.

AddEstimatedReadingTime::get_table_name() – Retrieves the table name to use.

AddEstimatedReadingTime::up() – Migration up.

AddHasAncestorsColumn::down() – Migration down.

AddHasAncestorsColumn::up() – Migration up.

AddIndexableObjectIdAndTypeIndex::down() – Migration down.

AddIndexableObjectIdAndTypeIndex::get_table_name() – Retrieves the table name to use for storing indexables.

AddIndexableObjectIdAndTypeIndex::up() – Migration up.

AddIndexesForProminentWordsOnIndexables::down() – Migration down.

AddIndexesForProminentWordsOnIndexables::get_table_name() – Retrieves the table name to use.

AddIndexesForProminentWordsOnIndexables::up() – Migration up.

AddObjectTimestamps::down() – Migration down.

AddObjectTimestamps::get_table_name() – Retrieves the table name to use for storing indexables.

AddObjectTimestamps::up() – Migration up.

Addon_Activate_Action::__construct() – Addon_Activate_Action constructor.

Addon_Activate_Action::activate_addon() – Activates the plugin based on the given plugin file.

Addon_Activate_Action::load_wordpress_classes() – Requires the files needed from WordPress itself.

Addon_Install_Action::__construct() – Addon_Activate_Action constructor.

Addon_Install_Action::install_addon() – Installs the plugin based on the given slug.

Addon_Install_Action::install() – Runs the installation by using the WordPress installation routine.

Addon_Install_Action::is_installed() – Checks is a plugin is installed.

Addon_Install_Action::load_wordpress_classes() – Requires the files needed from WordPress itself.

Addon_Update_Watcher::__construct() – Enables Yoast add-on auto updates when Yoast SEO (Premium) is enabled and the other way around.

Addon_Update_Watcher::are_auto_updates_enabled() – Checks whether auto updates for a plugin are enabled.

Addon_Update_Watcher::call_toggle_auto_updates_with_empty_array() – Handles the situation where the auto_update_plugins option did not previously exist.

Addon_Update_Watcher::disable_auto_updates_for_addons() – Disables auto-updates for all addons.

Addon_Update_Watcher::enable_auto_updates_for_addons() – Enables auto-updates for all addons.

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.

Addon_Update_Watcher::maybe_toggle_auto_updates_for_new_install() – Trigger a change in the auto update detection whenever a new Yoast addon is activated.

Addon_Update_Watcher::register_hooks() – Registers the hooks.

Addon_Update_Watcher::replace_auto_update_toggles_of_addons() – Replaces the auto-update toggle links for the Yoast add-ons with a text explaining that toggling the Yoast SEO auto-update setting automatically toggles the one for the setting for the add-ons as well.

Addon_Update_Watcher::toggle_auto_updates_for_add_ons() – Enables premium auto updates when free are enabled and the other way around.

AddVersionColumnToIndexables::down() – Migration down.

AddVersionColumnToIndexables::get_table_name() – Retrieves the table name to use for storing indexables.

AddVersionColumnToIndexables::up() – Migration up.

Admin_Columns_Cache_Integration::__construct() – Admin_Columns_Cache_Integration constructor.

Admin_Columns_Cache_Integration::fill_cache() – Fills the cache of indexables for all known post IDs.

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.

Admin_Columns_Cache_Integration::get_indexable() – Returns the indexable for a given post ID.

Admin_Columns_Cache_Integration::maybe_fill_cache() – Makes sure we calculate all values in one query by filling our cache beforehand.

Admin_Columns_Cache_Integration::register_hooks() – Registers the appropriate actions and filters to fill the cache with indexables on admin pages.

Admin_Conditional::is_met() – Returns whether or not this conditional is met.

AdminHelper::currentUrl() – Returns the current admin url of the user.

AggregateException::__construct() –

Aioseo_Cleanup_Action::__construct() – Class constructor.

Aioseo_Cleanup_Action::aioseo_exists() – Determines if the AIOSEO database table exists.

Aioseo_Cleanup_Action::cleanup_postmeta_query() – Creates a DELETE query string for deleting AIOSEO postmeta data.

Aioseo_Cleanup_Action::get_aioseo_table() – Retrieves the AIOSEO table name along with the db prefix.

Aioseo_Cleanup_Action::get_limit() – Used nowhere. Exists to comply with the interface.

Aioseo_Cleanup_Action::get_limited_unindexed_count() – Just checks if the cleanup has been completed in the past.

Aioseo_Cleanup_Action::get_postmeta_table() – Retrieves the postmeta along with the db prefix.

Aioseo_Cleanup_Action::get_total_unindexed() – Just checks if the cleanup has been completed in the past.

Aioseo_Cleanup_Action::index() – Cleans up AIOSEO data.

Aioseo_Cleanup_Action::is_enabled() – Returns whether the AISOEO post importing action is enabled.

Aioseo_Cleanup_Action::truncate_query() – Creates a TRUNCATE query string for emptying the AIOSEO indexable table, if it exists.

Aioseo_Custom_Archive_Settings_Importing_Action::__construct() – Aioseo_Custom_Archive_Settings_Importing_Action constructor.

Aioseo_Custom_Archive_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Default_Archive_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.

Aioseo_Default_Archive_Settings_Importing_Action::pluck_robot_setting_from_mapping() – Returns a setting map of the robot setting for author archives.

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.

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 81
  • Go to Next Page »

Footer

Yoast SEO a2z
Yoast SEO a2z
WordPress SEO a2z
WordPress 6.1.1
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-2023. All rights reserved.


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

  • Home
  • Blog
  • Sitemap
  • Sites