wppb-demo-plugin icon indicating copy to clipboard operation
wppb-demo-plugin copied to clipboard

A demo plugin using the WordPress Plugin Boilerplate

Results 5 wppb-demo-plugin issues
Sort by recently updated
recently updated
newest added

As a beginner I decided to start with this Demo-Plugin. But after zipping and uploading it to my wordpress dev-installation I can not activate the plugin. I don't get an...

https://github.com/DevinVinson/wppb-demo-plugin/blob/9d0a25c9a10933f17cb91de6a2b7e39b8b3ed7ea/includes/class-wppb-demo-plugin.php#L210 `get_loader()` is never used, and even if we would use it, it would basically do the same as `$this->loader` which is already defined in the plugin class. What is...

added isset() in checked() to prevent a Notice: Undefined index: checkbox_example in [...]\wppb-demo-plugin\admin\class-wppb-demo-plugin-settings.php on line 512 Resolved a problem with the unchecked checkbox fields: as sample a 'checkbox_example'. It doesn't...

There's a delete_option() at the very first line in initialize_social_options() that isnt commented and is preventing the setting to be stored correctly.

WordPress just introduced "Requires PHP" tag to encourage people to use more recent PHP versions. See https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/