_current_time() – Wrapper for the hrtime() or microtime() functions (depending on the PHP version, one of the two is used)
Abstract_Exclude_Post_Type::get_conditionals() – This integration is only active when the child class’s conditionals are met.
AbstractGrant::__toString() – Returns this grant’s name as its string representation. This allows for string interpolation when building URL query parameters.
Adapter::get_schema_version_table_name() – Allows overriding the hardcoded schema table name constant in case of parallel migrations.
Adapter::type_to_sql() – Converts a type to sql. Default options: $limit = null, $precision = null, $scale = null
AddIndexableObjectIdAndTypeIndex::get_table_name() – Retrieves the table name to use for storing indexables.
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::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::toggle_auto_updates_for_add_ons() – Enables premium auto updates when free are enabled and the other way around.
AddVersionColumnToIndexables::get_table_name() – Retrieves the table name to use for storing indexables.
Aioseo_Cleanup_Action::get_total_unindexed() – Just checks if the cleanup has been completed in the past.
Aioseo_Cleanup_Action::truncate_query() – Creates a TRUNCATE query string for emptying the AIOSEO indexable table, if it exists.
Aioseo_Robots_Transformer_Service::transform_robot_setting() – Transforms the robot setting, taking into consideration whether they defer to global defaults.
Aioseo_Taxonomy_Settings_Importing_Action::build_mapping() – Builds the mapping that ties AOISEO option keys with Yoast ones and their data transformation method.
Aioseo_Taxonomy_Settings_Importing_Action::pluck_robot_setting_from_mapping() – Returns a setting map of the robot setting for post category taxonomies.
Breadcrumbs_Generator::get_taxonomy_post_type_parent() – Returns the post type parent of a given taxonomy.
BreadcrumbTitleAndHierarchyReset::get_indexable_hierarchy_table_name() – Retrieves the table name to use.
BreadcrumbTitleAndHierarchyReset::get_indexable_table_name() – Retrieves the table name to use for storing indexables.
Category_Term_Description::add_shortcode_support() – Adds shortcode support to category and term descriptions.
Cleanup_Integration::get_additional_tasks() – Gets additional tasks from the ‘wpseo_cleanup_tasks’ filter.
ClearIndexableTables::get_indexable_table_name() – Retrieves the table name to use for storing indexables.
copy_to_stream() – Copy the contents of a stream into another stream until the given number of bytes have been read.
copy_to_string() – Copy the contents of a stream into a string until the given number of bytes have been read.
Crawl_Settings_Integration::print_toggles() – Prints a list of toggles for an array of settings with labels.
CreateIndexableSubpagesIndex::get_table_name() – Retrieves the table name to use for storing indexables.
Date_Helper::current_time() – Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).