Abstract_Exclude_Post_Type::get_conditionals() – This integration is only active when the child class’s conditionals are met.
Abstract_Indexable_Presenter::escape_key() – Transforms an indexable presenter’s key to a json safe key string.
AbstractLogger::error() – Runtime errors that do not require immediate action but should typically be logged and monitored.
Aioseo_Posts_Importing_Action::enhance_mapping() – Enhances the mapping of the setting we’re working with, with type and the option name, so that we can retrieve the settings for the object we’re working with.
Aioseo_Validation_Exception::__construct() – Exception that is thrown whenever validation of the AIOSEO data structure has failed.
Breadcrumbs_Enabled_Conditional::is_met() – Checks whether the breadcrumbs enabled option has been set.
Configuration_Workout_Integration::enqueue_assets() – Adds the data for the configuration workout to the wpseoWorkoutsData object.
Configuration_Workout_Route::can_edit_user() – Checks if the current user has the capability to edit a specific user.
Doing_Post_Quick_Edit_Save_Conditional::is_met() – Checks if the current request is ajax and the action is inline-save.
Duplicate_Post_Integration::exclude_zapier_meta() – Filters out the Zapier meta when you copy a post with Yoast Duplicate Post.
each_limit_all() – Like each_limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
each_limit() – Like each, but only allows a certain number of outstanding promises at any given time.
Each::of() – Given an iterator that yields promises or values, returns a promise that is fulfilled with a null value when the iterator has been consumed or the aggregate promise has been fulfilled or rejected.
Each::ofLimit() – Like of, but only allows a certain number of outstanding promises at any given time.
Each::ofLimitAll() – Like limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
each() – Given an iterator that yields promises or values, returns a promise that is fulfilled with a null value when the iterator has been consumed or the aggregate promise has been fulfilled or rejected.
Elementor_Activated_Conditional::is_met() – Checks if the Elementor plugins is installed and activated.
Elementor_Exclude_Post_Types::exclude_elementor_post_types() – Exclude certain Elementor-specific post types from the indexable table.
Elementor_Exclude_Post_Types::get_conditionals() – This integration is only active when the Elementor plugin is installed and activated.
Elementor::add_yoast_panel_tab() – Register a panel tab slug, in order to allow adding controls to this tab.
Elementor::current_post_type_has_taxonomies() – Determines whether or not the current post type has registered taxonomies.
Elementor::display_metabox() – Determines whether the metabox should be shown for the passed identifier.
Elementor::get_conditionals() – Returns the conditionals based in which this loadable should be active.
Elementor::get_custom_replace_vars() – Gets the custom replace variables for custom taxonomies and fields.
Elementor::get_custom_taxonomies_replace_vars() – Gets the custom replace variables for custom taxonomies.
Elementor::get_hidden_replace_vars() – Returns the list of replace vars that should be hidden inside the editor.
Elementor::get_valid_shortcode_tags() – Returns an array with shortcode tags for all registered shortcodes.