"wp_specialchars()" is deprecated
-
This plugin uses the function
wp_specialchars()in several places. According to the Codex, this function is deprecated.Please replace
wp_specialchars()withesc_html().
The topic ‘"wp_specialchars()" is deprecated’ is closed to new replies.