Viewing 2 replies - 1 through 2 (of 2 total)
  • This can be fixed by changing the line:
    load_plugin_textdomain('wp-add-mime-types', '/'.str_replace(ABSPATH, '', dirname(__FILE__)) . '/lang/');

    to:
    load_plugin_textdomain('wp-add-mime-types', false, '/'.str_replace(ABSPATH, '', dirname(__FILE__)) . '/lang/');

    Could you please update the plugin with the fix? Thank you

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