Update to fix warning msg on newer WP core
-
dcwp_jquery_accordion_widget.php needs the following changes:
parent::WP_Widget( 'nav_menu', __('Custom Menu'), $widget_ops ); $this->WP_Widget($id_base, __($name, 'dcjqaccordion'), $widget_ops);
changed to:
parent::__construct( 'nav_menu', __('Custom Menu'), $widget_ops ); $this->__construct($id_base, __($name, 'dcjqaccordion'), $widget_ops);
Could you make this change or add me as a developer to this project so I can?
https://www.ads-software.com/plugins/jquery-vertical-accordion-menu/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Update to fix warning msg on newer WP core’ is closed to new replies.