This repository contains code for practicing WordPress plugin development. The aim of this project is to experiment with various aspects of plugin development, including custom functionality, hooks, filters, shortcodes, and more.
-
Download the repository or clone it using Git:
git clone https://github.com/junaidbinjaman/wp-practice.git
-
Upload the plugin folder to the
/wp-content/plugins/
directory of your WordPress installation. -
Activate the plugin through the 'Plugins' menu in WordPress.
The code in this repository is designed for educational and practice purposes. Use the different WordPress plugin examples to:
- Learn how to build custom plugins from scratch.
- Experiment with WordPress hooks, filters, and actions.
- Work with WordPress APIs like REST API, options, and settings APIs.
- Develop custom post types, taxonomies, and meta fields.
Feel free to modify and expand the code as you practice and learn.
Contributions are welcome! If you'd like to contribute to the repository, feel free to open an issue or submit a pull request. Any contributions that help improve the practice of WordPress plugin development are appreciated.
This project is licensed under the terms of the MIT License. See the LICENSE.txt
file for more details.