Archive | Functions by letter w RSS feed for this section

wp_enqueue_style

Enqueue a CSS style file.Registers the style if src provided (does NOT overwrite) and enqueues.

3637

Continue reading

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.

3635

Continue reading

wp_enqueue_script

Enqueues script.Registers the script if src provided (does NOT overwrite) and enqueues.

3633

Continue reading