login_footer action-hook . WP 3.1.0
Fires in the login page footer.
Usage
add_action( 'login_footer', 'action_function_name_6185' ); function action_function_name_6185(){ // action... }
Changelog
Since 3.1.0 | Introduced. |
Where the hook is called
login_footer
wp-login.php 316
do_action( 'login_footer' );
wp-login.php 1306
do_action( 'login_footer' );
Where in WP core the hook is used WordPress
wp-login.php 322
add_action( 'login_footer', 'wp_print_footer_scripts', 20 );
wp-login.php 65
add_action( 'login_footer', 'wp_shake_js', 12 );