Uses
Uses | Description |
---|---|
wp-includes/general-template.php: add_thickbox() | Enqueues the default ThickBox js and css. |
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. |
wp-includes/class-wp-editor.php: wp_enqueue_editor | Fires when scripts and styles are enqueued for the editor. |