Skip to content

wp_lib_admin_enqueue_scripts

Kit edited this page Jan 8, 2016 · 1 revision

###Description

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

###Context

This hook is called from admin_enqueue_scripts which is called every time an admin page is loaded.

###Parameters

$hook
(String) The suffix of the current admin page. E.g. edit.php

Clone this wiki locally