Uses
Uses | Description |
---|---|
wp-includes/general-template.php: wp_get_code_editor_settings() | Generate and return code editor settings. |
wp-includes/general-template.php: wp_enqueue_code_editor | Fires when scripts and styles are enqueued for the code editor. |
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-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/pluggable.php: wp_get_current_user() | Retrieve the current user object. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |