Filter: sensei_login_logout_menu_title

apply_filters( 'sensei_login_logout_menu_title', $menu_title ) → {string}

Action Filter: login/logout menu title

With this filter you can alter the login / login menu item title string

Parameters:
Name Type Description
$menu_title string

The menu title.

Source:
Returns:

The filtered menu title.

Type
string