_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.