Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you VMAX one of the plugin developers will assess your issue.

    Hi, The plugin correctly uses the “load_plugin_textdomain” function. See the following line of code in the “wp-security-core” file:

    load_plugin_textdomain('aiowpsecurity', false, dirname(plugin_basename(__FILE__ )) . '/languages/');

    It also uses the “load_textdomain” function for another language customization option. The other plugin is not understanding it. It is just seeing that function in the plugin and screaming “warning” without realizing whats actually going on.

    Thread Starter VMAX

    (@vmax)

    Great, thank you for clarifying this for me.
    And many thanks for making WordPress more secure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Textdomain compatibility issue’ is closed to new replies.