load_plugin_textdomain depreciated
-
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in ~/public_html/wp-includes/functions.php on line 3497
PLUGINDIR is depcreated. Has to be replaced with WP_PLUGIN_DIR
Old:
load_plugin_textdomain(‘image-captcha’, PLUGINDIR.’/’.dirname(plugin_basename(__FILE__)));
plugin_basename might be out of date too. If you turn on debug mode, you’ll see the errors.
- The topic ‘load_plugin_textdomain depreciated’ is closed to new replies.