From 8b8b0909d40eecabf1f6f723b95cd3605d7725ed Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Apr 2016 23:53:34 +0000 Subject: [PATCH] Login/Registration: Add `login_header` action that fires in the login page header after the body tag is opened and complements `login_footer`. Props borkweb, iamfriendly, voldemortensen. Fixes #22139. git-svn-id: https://develop.svn.wordpress.org/trunk@37243 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/wp-login.php b/src/wp-login.php index ed3878c293..96eef5b27d 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -151,6 +151,14 @@ function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { ?> +