https://github.com/sadeq-yaqobi/wp-procedural-template-plugin
This repository provides the basic structure for creating a WordPress plugin using a procedural approach. It serves as a foundational template for building plugins by organizing essential files and offering a clean starting point.
https://github.com/sadeq-yaqobi/wp-procedural-template-plugin
wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
This repository provides the basic structure for creating a WordPress plugin using a procedural approach. It serves as a foundational template for building plugins by organizing essential files and offering a clean starting point.
- Host: GitHub
- URL: https://github.com/sadeq-yaqobi/wp-procedural-template-plugin
- Owner: sadeq-yaqobi
- Created: 2024-10-24T17:02:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T19:17:29.000Z (over 1 year ago)
- Last Synced: 2025-04-07T01:51:28.491Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Procedural Template Plugin
A foundational WordPress plugin template that uses a procedural approach. This template provides an organized file structure, offering a clean starting point for developing custom plugins in WordPress.
## Features
- **Structured folders** for better organization
- **Core procedural functions** for plugin setup
- **Modular PHP files** to separate logic and views
## Installation
1. Download or clone this repository.
2. Place the plugin folder into the `wp-content/plugins` directory.
3. Activate the plugin via the WordPress admin area.
## File Structure
- **_inc/**: Core functionality scripts
- **assets/**: CSS, JavaScript, and other assets
- **view/**: Template and view files
- **core.php**: Main functions for plugin operation
- **index.php**: Prevents direct access
## Usage
Customize the template files as needed to add features and functionality to your plugin.
## Contributing
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
## License
This project is open-source and available under the [MIT License](LICENSE).