https://github.com/mahdimashkuri/wordpress-plugin-structure
The WordPress Plugin Template is a complete kit to quickly start developing WordPress plugins. This template helps you create scalable and maintainable plugins with an organized structure. Features include support for custom post types, Cron Jobs, REST API, and translation capabilities.
https://github.com/mahdimashkuri/wordpress-plugin-structure
plugin-development template-project wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
The WordPress Plugin Template is a complete kit to quickly start developing WordPress plugins. This template helps you create scalable and maintainable plugins with an organized structure. Features include support for custom post types, Cron Jobs, REST API, and translation capabilities.
- Host: GitHub
- URL: https://github.com/mahdimashkuri/wordpress-plugin-structure
- Owner: MahdiMashkuri
- Created: 2024-08-20T16:14:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T11:54:28.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:52:52.315Z (10 months ago)
- Topics: plugin-development, template-project, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://weblan3er.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WordPress Plugin Structure
**WordPress Plugin Structure** is a comprehensive and organized kit designed for developing scalable and maintainable WordPress plugins. This template provides all the essential and advanced components needed to create professional plugins, enabling developers to efficiently and systematically build their projects.
##
Features
- **Custom Post Types**: Supports custom post types for diverse content management.
- **Cron Jobs**: Built-in support for scheduling tasks and background processes.
- **REST API Integration**: Seamless integration with WordPress REST API for enhanced functionality.
- **Translation Ready**: Includes support for localization and translation.
- **Scalable and Maintainable**: Organized structure for easily scalable and maintainable plugin development.
- **Modular Design**: Facilitates adding new features and customizing existing ones.
##
Installation
1. **Download the Template**: Clone or download this repository to your local machine.
```bash
git clone https://github.com/MahdiMashkuri/wordpress-plugin-structure.git