Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: WP_Screen::is_block_editor() | Sets or returns whether the block editor is loading on the current screen. |
wp-includes/functions.wp-scripts.php: wp_add_inline_script() | Adds extra code to a registered script. |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
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. |