Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_js() | Escape single quotes, htmlspecialchar ” &, and fix line endings. |
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. |