Need to update use of load_plugin_textdomain
-
On line 111 of pingdom-rum.php you need to change the line to read:
load_plugin_textdomain('pingdom-rum', false, dirname(plugin_basename(__FILE__)) . '/i18n');
Notice the first parameter is now false.
This gets rid of a deprecated warning that’s existed since 2.7.
https://www.ads-software.com/plugins/real-user-monitoring-by-pingdom/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need to update use of load_plugin_textdomain’ is closed to new replies.