Uses
| Uses | Description |
|---|---|
| wp-includes/load.php: is_network_admin() | Whether the current request is for the network administrative interface. |
| 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: add_action() | Hooks a function on to a specific action. |