Skip to content

wp_lib_enqueue_scripts

Kit edited this page Jan 8, 2016 · 1 revision

###Description

This action hook allows developers to enqueue front-end scripts/styles before WP-Librarian enqueues its own. For admin-end styles use wp_lib_admin_enqueue_scripts. To register scripts consider using wp_lib_register_scripts.

###Context

This hook is called from wp_enqueue_scripts which is called every time a front end page is loaded.

###Parameters

None, how sad.

Clone this wiki locally