Function create_function() is deprecated
-
There is a deprecated function here:
wp-content/plugins/seo-ultimate/plugin/class.seo-ultimate.php:1656 SEO_Ultimate->add_postmeta_box() wp-includes/class-wp-hook.php:290 do_action('do_meta_boxes') wp-admin/includes/meta-boxes.php:1575 register_and_do_post_meta_boxes() wp-admin/edit-form-advanced.php:269
And that is the code:
create_function('', 'global $seo_ultimate; $seo_ultimate->show_postmeta_box("'.$screen.'");'), $screen, 'normal', 'high')
How can I change it for and alternative version? Thank you! ??
- The topic ‘Function create_function() is deprecated’ is closed to new replies.