Filters the number of items to list per page when listing media items.
edit_{$post_type}_per_page
Filters the number of items per page to show for a specific ‘per_page’ type.
default_excerpt
Filters the default post excerpt initially used in the “Write Post” form.
default_title
Filters the default post title initially used in the “Write Post” form.
Advertisement
default_content
Filters the default post content initially used in the “Write Post” form.
edit_posts_per_page
Filters the number of posts displayed per page when specifically listing “posts”.
show_post_locked_dialog
Filters whether to show the post locked dialog.
the_block_editor_meta_box_post_form_hidden_fields
Renders the hidden form required for the meta boxes form.
Advertisement
the_block_editor_meta_boxes
Renders the meta boxes forms.
get_block_editor_server_block_settings
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.
Advertisement
use_block_editor_for_post
Return whether the post can be edited in the block editor.
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.