New and updated in 5.7.0
-
Registers a block type from the metadata stored in the `block.json` file.
-
Tests if the site is serving content over HTTPS.
-
Filter to override rescheduling of a recurring event.
-
Filter to override unscheduling of events.
-
Filter to override clearing a scheduled hook.
-
Filter to override clearing all events attached to the hook.
-
Filter to override scheduling an event.
-
Gets unapproved comment author’s email.
-
functionwp_create_user_request()
Creates and logs a user request to perform a specific action.
-
Handles the default column.
Used by 0 functions | Uses 1 function | Source: wp-admin/includes/class-wp-privacy-requests-table.php:496 -
functionwp_unschedule_hook()
Unschedules all events attached to the hook.
-
Retrieves the query params for the posts collection.
Used by 6 functions | Uses 7 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2876 -
Filters WP_Query arguments when querying posts via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:426 -
Converts an error to a response object.
-
hookget_post_status
Filters the post status.
-
functionretrieve_password()
Handles sending a password retrieval email to a user.
-
functionexport_wp()
Generates the WXR export file for download.
-
functionmap_meta_cap()
Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked.
-
functionwp_schedule_event()
Schedules a recurring event.
-
functionwp_reschedule_event()
Reschedules a recurring event.
-
functionwp_unschedule_event()
Unschedules a previously scheduled event.
-
functionwp_clear_scheduled_hook()
Unschedules all events attached to the hook with the specified arguments.
-
functionwp_cron()
Registers _wp_cron() to run on the {@see ‘wp_loaded’} action.
-
function_set_cron_array()
Updates the cron option with the new cron array.
-
functionwp_schedule_single_event()
Schedules an event to run only once.
-
functionremove_accents()
Converts all accent characters to ASCII characters.
-
functionget_taxonomy_labels()
Builds an object with all taxonomy labels out of a taxonomy object.
-
functionget_post_type_labels()
Builds an object with all post type labels out of a post type object.
-
hookxmlrpc_call
Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins.