coenjacobs / smart-wysiwyg-blocks-of-content

WordPress plugin: Adds a custom post type that can be easily inserted at multiple spots, including widgets. Easy way to create WYSIWYG widgets.
https://wordpress.org/plugins/smart-wysiwyg-blocks-of-content/
1 stars 2 forks source link

Fix for widget error due to deprecated function use #11

Open margeshpatel opened 8 years ago

margeshpatel commented 8 years ago

After WordPress version 4.3.0, WP_Widget throws a notice as that function has been deprecated! So we have changed a line of code to try and make it compatible for later versions.