Deprecated WP SEO function notice
-
Version 1.2.0 of this plugin uses a deprecated WordPress SEO function, causing the following notice to be generated:
Notice: wpseo_get_value is deprecated since version WPSEO 1.5.0! Use WPSEO_Meta::get_value() instead. in […]/html/blog/wp-includes/functions.php on line 3391 – See more at: […]
The message pretty much sums it up. Calls to the function should be replaced with calls to
WPSEO_Meta::get_value()
, and calls tofunction_exists( 'wpseo_get_value' )
should be replaced withmethod_exists('WPSEO_Meta', 'get_value')
.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated WP SEO function notice’ is closed to new replies.