Skip to content

Instantly share code, notes, and snippets.

@techies23
Last active December 13, 2022 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techies23/02c9f3b6988f3fa4cca7d5be31f20812 to your computer and use it in GitHub Desktop.
Save techies23/02c9f3b6988f3fa4cca7d5be31f20812 to your computer and use it in GitHub Desktop.
Changes the login limit text for Inactive Logout pro version
<?php
add_filter('ina_limit_msg', 'ina_addon_limit_message');
function ina_addon_limit_message($msg) {
return "If you think your account has been compromised, this custom message will save you.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment