login_enqueue_scripts action-hookWP 3.1.0

Enqueues scripts and styles for the login page.

Usage

add_action( 'login_enqueue_scripts', 'wp_kama_login_enqueue_scripts_action' );

/**
 * Function for `login_enqueue_scripts` action-hook.
 * 
 * @return void
 */
function wp_kama_login_enqueue_scripts_action(){

	// action...
}

Changelog

Since 3.1.0 Introduced.

Where the hook is called

login_header()
login_enqueue_scripts
wp-login.php 116
do_action( 'login_enqueue_scripts' );

Where the hook is used in WordPress

Usage not found.