Support » Plugin: Limit Login Attempts » Translation of "Must Use Plugin"

  • Our site is in Spanish. We would like to have Limit Login Attempts translated to Spanish. We know it would work if this was a usual lla installation, but because it is installed as a ‘must-use’ plugin, the code:

    load_plugin_textdomain(‘limit-login-attempts’, false, dirname(plugin_basename(__FILE__)));

    doesn’t work, because it should be:

    load_muplugin_textdomain(‘limit-login-attempts’, dirname(plugin_basename(__FILE__)));

    or a conditional statement to check whether it’s used as a plugin or a “must-use plugin.”

    We’re using WPEngine, and we’re told we can’t modify this specific plugin, unless the modification is from the plugin author himself in a plugin update.

    Please help.

    Thanks!

    https://wordpress.org/plugins/limit-login-attempts/

  • The topic ‘Translation of "Must Use Plugin"’ is closed to new replies.