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.