Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: use_block_editor_for_post_type() | Return whether a post type is compatible with the block editor. |
wp-admin/includes/post.php: use_block_editor_for_post | Filter whether a post is able to be edited in the block editor. |
wp-includes/pluggable.php: check_admin_referer() | Ensures intent by verifying that a user was referred from another admin page with the correct security nonce. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |