An open API service indexing awesome lists of open source software.

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.

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).