Prepares server-registered blocks for the block editor.
get_block_categories
Returns all the block categories that will be shown in the block editor.
use_block_editor_for_post_type
Return whether a post type is compatible with the block editor.
use_block_editor_for_post
Return whether the post can be edited in the block editor.
Advertisement
taxonomy_meta_box_sanitize_cb_input
Sanitizes POST values from an input taxonomy metabox.
taxonomy_meta_box_sanitize_cb_checkboxes
Sanitizes POST values from a checkbox taxonomy metabox.
redirect_post
Redirect to previous page.
wp_autosave
Save a post submitted with XHR
Advertisement
post_preview
Saves a draft or manually autosaves for the purpose of showing a post preview.
wp_create_post_autosave
Creates autosave data for the specified post from $_POST data.
_admin_notice_post_locked
Outputs the HTML for the notice to say that someone else is editing or has taken over editing of this post.
wp_set_post_lock
Mark the post as currently being edited by the current user
Advertisement
wp_check_post_lock
Check to see if the post is currently being edited by another user.
_wp_post_thumbnail_html
Returns HTML for the post thumbnail meta box.
get_sample_permalink_html
Returns the HTML of the sample permalink slug editor.