Remove “Log in” title from Theme my Login

Use the follow snippet to remove the text, or update it with your own heading:

function tml_title( $title, $action ) {
    $title = '';
    return $title;
}
add_filter( 'tml_title', 'tml_title', 11, 2 );

Sourced here.

Leave a Reply

katherine as a flat graphic icon

About Me

I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.

Visit the Tips and Blog to see what I’m working on.