Skip to content

paulmiller3000/wordpress-plugin-boilerplate-woocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WordPress Plugin Boilerplate for WooCommerce

A fork of the WordPress Plugin Boilerplate, which was written by Tom McFarlin, passed on to Devin Vinson, and enhanced by Josh Eaton, Ulrich Pogson, and Brad Vincent.

This fork adds a new tab with two sections to the WooCommerce Settings page. For further information, visit the tutorial.

Contents

  • .gitignore. Used to exclude certain files from the repository.
  • README.md. The file that you’re currently reading.
  • A p3k-galactica directory that contains the source code - a fully executable WordPress plugin.

Credits

90% of this code was developed by the following people:

The general approach to adding a WooCommerce tab was inspired by Beka Rice. StackOverflow answers and/or code samples from the following individuals helped with some stumbling blocks and best practices:

Any poor practices and mistakes are strictly of my own making.