Skip to content

mukkoo/WordPress-Plugin-Boilerplate-Powered

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Plugin Boilerplate Powered

Logo

Backers on Open CollectiveSponsors on Open CollectiveFOSSA Alert

WordPress Plugin Boilerplate Powered is a complete foundation for building your WordPress plugins. Why another boilerplate? Every experienced WordPress developers use always the same libraries or snippets and with composer this part today is very easy but not contain examples or best practices to use all of them.
This project fit in this dev cases, choose a library or a snippet and the boilerplate will contain already the example for use it without need a manual copy&paste way or look on internet!

Features

Libraries and Miscellaneus available

  • Code Generator to start to develop
  • Sass support (with Compass), CoffeScript and Grunt (not mandatory because the generator can remove them)
  • Autoload based on Composer but extended
  • Many libraries already available (with starter code) for Composer
WPBP Libraries Other libraries
WPBP/PointerPlus WebDevStudios/CMB2
WPBP/CronPlus kevinlangleyjr/wp-contextual-help
WPBP/Widgets-Helper nathanielks/wp-admin-notice
WPBP/FakePage origgami/CMB2-grid
WPBP/Template johnbillion/extended-cpts
WPBP/Debug Freemius/wordpress-sdk
WPBP/CPT_Columns julien731/WP-Dismissible-Notices-Handler
WPBP/Requirements julien731/WP-Review-Me
WPBP/Language yoast/i18n-module
stevegrunwell/wp-cache-remember

Snippets available

  • Dashicon as dependence of admin stylesheet
  • Bubble notification on pending CPTs
  • Import/Export settings
  • Custom capabilities with CPTs and taxonomy support
  • wp_localize_script for pass PHP var to JS in the frontend
  • Class in frontend body with the slug of plugin
  • Shortcode example included
  • WPCLI support
  • Support for your CPTs in Activity widget in dashboard
  • Support for CMB in the options page
  • Transient examples with caching

Do you want to see which plugins have been made with this boilerplate? Check here!

Check the Wiki for other info (shell scripts, resources and tools as example).

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

The WordPress Plugin Boilerplate Powered is licensed under the GPL v2 or later; however, if you opt to use third-party code that is not compatible with v2, then you may need to switch to using code that is GPL v3 compatible.

FOSSA Status

About

Wordpress Plugin Boilerplate, only with more cool stuff!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • JavaScript 0.3%
  • CSS 0.2%
  • Shell 0.1%
  • CoffeeScript 0.1%
  • HTML 0.0%