• Resolved Alain Aubry

    (@caban13)


    You have a field “Idle Message Content”, very nice, so we don’t have to rely on translations and we can customise, but this message “You have been logged out because of inactivity.” cannot be customised.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    Hi @caban13

    You can translate or change the text “You have been logged out because of inactivity.” by using below code filter. Sorry atm there is only code filters. Add below code to your functions.php

    add_filter('ina__logout_message', function () {
    	return 'Your custom message';
    });
    Thread Starter Alain Aubry

    (@caban13)

    Thank you, that was nice !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘translation/customisation’ is closed to new replies.