black-studio / black-studio-tinymce-widget

Black Studio TinyMCE Widget plugin for WordPress
https://wordpress.org/plugins/black-studio-tinymce-widget/
GNU General Public License v3.0
22 stars 13 forks source link

Fatal error when using WP-CLI #43

Closed jfarthing84 closed 7 years ago

jfarthing84 commented 7 years ago

Please check if WP_CLI is defined before doing anything that doesn't need to be done in CLI mode. Thanks!

$ wp
PHP Fatal error:  Class 'WP_Widget' not found in /var/www/html/wp-content/plugins/black-studio-tinymce-widget/includes/class-widget.php on line 17
Fatal error: Class 'WP_Widget' not found in /var/www/html/wp-content/plugins/black-studio-tinymce-widget/includes/class-widget.php on line 17
jfarthing84 commented 7 years ago

Sorry, jumped on it too soon. Was using an outdated version of WP-CLI.