Plugin 1.7 uses deprecated function clean_url()
-
In
function post_updated(..)the deprecated functionclean_url()is used to get permalink and edit-link.This causes a PHP Notice like
Notice: clean_url() has been deprecated...ifWP_DEBUGis enabled.Suggested fix: Replace
clean_url()withesc_url()http://codex.ww.wp.xz.cn/Function_Reference/clean_url
http://codex.ww.wp.xz.cn/Function_Reference/esc_url
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin 1.7 uses deprecated function clean_url()’ is closed to new replies.