Im experiencing this same issue, HELP!!
The wrong quotes were used when the fix for the deprecated function was done
(See my patch for that at: https://ww.wp.xz.cn/support/topic/deprecated-function-notice-6/)
Right now the same line uses back ticks instead of single quotes around ‘widgets_init’
The fix is to edit wp-content/plugins/healcode-mindbody-widget/widget.php.
At the end of the file is:
add_action(widgets_init, function() { return register_widget(“Hc_Insert_Html_Widget”); })
The fix is to change
widgets_init
to
‘widgets_init’
change the backticks to single quotes.
Note: The editor has changed my backticks to code.
-
This reply was modified 6 years, 4 months ago by
daymobrew.
IF you look at the bottom of
https://plugins.svn.ww.wp.xz.cn/healcode-mindbody-widget/trunk/widget.php
you will see the backticks on the last line.
I have the same issue. YOO! MindBody! Get on it already.
Thank you @daymobrew for the fix info. Worked like a charm!
-
This reply was modified 6 years, 4 months ago by
Steve.
-
This reply was modified 6 years, 4 months ago by
Steve.