Skip to content

🚀 A starter kit to create WordPress plugins using modern web technologies. Harness the power of Vite, Vue, and Tailwind CSS to streamline your workflow and seamlessly integrate with the WordPress REST API, making plugin development a breeze.

License

Notifications You must be signed in to change notification settings

CODEREXLTD/rex-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RexTheme Plugin Boilerplate

Contents

The plugin_name directory contains the source code - a fully executable WordPress plugin.

Installation

The Boilerplate can be installed directly into your plugins folder "as-is". You will want to rename it and the classes inside of it to fit your needs.

  • Copy plugin_name to your plugin's directory and rename it to your plugin's name
  • Perform a find and replace at the project level as follows:
    1. Rename the folder name and main file name. Also update the plugin info on plugin's main file
    2. Find the text plugin_domain and replace with your preferred domain name
    3. Change the const variable if you want from plugin.php file
    4. Find the text RexTheme\PluginName and replace with your preferred name space

About

🚀 A starter kit to create WordPress plugins using modern web technologies. Harness the power of Vite, Vue, and Tailwind CSS to streamline your workflow and seamlessly integrate with the WordPress REST API, making plugin development a breeze.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published