wp_enqueue_scripts

Definition:
function wp_enqueue_scripts() {}

Wrapper for do_action(‘wp_enqueue_scripts’)
Allows plugins to queue scripts for the front end using wp_enqueue_script(). Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.

Defined actions

  • wp_enqueue_scripts
    do_action('wp_enqueue_scripts');

Source code

function wp_enqueue_scripts() {

	do_action('wp_enqueue_scripts');

}

3635

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: