[Plugin: Scissors Continued] please correct deprecated function calls
-
Switching to debug mode in WP, I’ve found 2 deprecated function calls that are easy to update:
1) line 50 in scissors.php:
load_plugin_texdomain('scissors', $scissors_locale_dir);
change to
load_plugin_texdomain('scissors',false, $scissors_locale_dir);
2) change all occurences of attribute_escape with esc_attr
Now, no warnign at all.
https://www.ads-software.com/extend/plugins/scissors-continued/
- The topic ‘[Plugin: Scissors Continued] please correct deprecated function calls’ is closed to new replies.