Remove page title ‘WordPress’
-
I tried to remove page title as this ‘– WordPress’ from admin login with this code in functions.php:
function custom_login_title( $login_title ) { return str_replace(array( ' ‹', ' — WordPress'), array( ' ‹', ''),$login_title ); } add_filter( 'login_title', 'custom_login_title' );It doesn’t works. Any know how to code for remove page title?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove page title ‘WordPress’’ is closed to new replies.
