Quote from
Asgaros on November 16, 2017, 5:54 pm
Hello bryanw,
please add the following code to your themes functions.php file to modify the message:
function my_login_message () {
return 'My message ...';
}
add_filter('asgarosforum_filter_error_message_require_login', 'my_login_message');
Hello bryanw,
please add the following code to your themes functions.php file to modify the message:
function my_login_message () {
return 'My message ...';
}
add_filter('asgarosforum_filter_error_message_require_login', 'my_login_message');