• Resolved webbandc

    (@webbandc)


    Hello
    your plugin is well but I would to know if there is a filter to add a message when the user try to connect in a new device and the limit of login session is reached.
    Thanks for your work.
    Laurent

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hey @webbandc,

    Yes, you can use loggedin_error_message filter to customize the error message when maximum no. of logins reached.

    add_filter( 'loggedin_error_message', function ( $message ) {
    	return 'My custom error message';
    } );

    Regards,
    Joel

    Hi,
    I installed the plugin but it doesn’t show access in the Settings menu. How do I use it? My version of WordPress is 5.7.2. Would you help me?

    Plugin Author Joel James

    (@joelcj91)

    Hey @andrea-soares,

    Please go to General Settings in your WP admin dashboard and scroll down. You will see a new section there.

    Thank you so much!
    Its ok now!

    One more question …

    Where should I enter the code about loggedin_error_message filter?
    and How do I change the title of the browser tab?

    Thanks for your work!!!

    Hello Joel how are you?
    I was unable to get the login warning message to appear. Would you help me?

    Thank you so much again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add message when maximum active login’ is closed to new replies.