Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Boilerplate Plugin

This is a boilerplate for creating new WordPress plugins. It provides a starting point for developers to build their own plugins with a clean and organized code structure.

Description

This plugin includes the following features:

  • A standard plugin header.
  • Activation and deactivation hooks.
  • A main plugin class to encapsulate functionality.
  • A directory structure to organize assets, includes, languages, and templates.

Installation

  1. Upload the wordpress-boilerplate-plugin directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

Structure

  • /assets - For CSS, JavaScript, and images.
  • /includes - For PHP classes and functions.
  • /languages - For translation files.
  • /templates - For template files (views).
  • wordpress-boilerplate-plugin.php - The main plugin file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages