Uses
Uses | Description |
---|---|
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/class-wp-editor.php: _WP_Editors::enqueue_scripts() |