[Plugin: Theme My Login] Possible request… Title of Page instead of 'Log In' text
-
In the file….
theme-my-login/includes/class-theme-my-login.php
at this function…
function the_title( $title, $post_id = 0 ) {
on this section: (Line 540)
$title = is_user_logged_in() ? __( 'Log Out', 'theme-my-login' ) : __( 'Log In', 'theme-my-login' );
Could there maybe be an option to let the admin decide if ‘Log In’ should be used as the link text?
My client wants the term ‘Team Login’ used (The name of the Login Page at the moment), instead of ‘Log In’.
In the Settings for Theme My Login, would it be possible to add an option like a checkbox or something like…
[ ] Use Page Title instead of ‘Log In’ text?Thank you for this great plug-in!
- The topic ‘[Plugin: Theme My Login] Possible request… Title of Page instead of 'Log In' text’ is closed to new replies.