Skip to content

Instantly share code, notes, and snippets.

@robertdevore
Created June 26, 2019 17:45
Show Gist options
  • Save robertdevore/ad7c3f5fac084d0e61ad5ac48a5cf571 to your computer and use it in GitHub Desktop.
Save robertdevore/ad7c3f5fac084d0e61ad5ac48a5cf571 to your computer and use it in GitHub Desktop.
<?php
/**
* Filters the link text of the header logo above the login form.
*
* @since 5.2.0
*
* @param string $login_header_text The login header logo link text.
*/
$login_header_text = apply_filters( 'login_headertext', $login_header_text );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment