reduxframework / redux-framework

Redux is a simple, truly extensible options framework for WordPress themes and plugins!

Home Page:http://redux.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to report two deprecation notice in core files.

webbudesign opened this issue · comments

  1. _enqueue is deprecated since version 4.0.0! Use enqueue_class->init() instead.
    redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:560

  2. get_header_html is deprecated since version 4.0.0! Use render_class->get_header_html( $field ) instead.
    redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:1284

These notices come on the meta box page on v4.3.11 of Redux Framework.

Fixed. You can get the update from this repo. Thanks for the catch!

  • Kev