Deprecated argument
-
I think you need to replace line 78 with:
load_plugin_textdomain(‘aweber-integration’, false, WP_PLUGIN_DIR.’/’.dirname(plugin_basename(__FILE__)));
Which adds the “false” argument in the second position to remove a deprecated argument notice (when wp_debug is on).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecated argument’ is closed to new replies.