Hello rtCamp Training
Assignments and code practice for the rtCamp WordPress Training Course (Plugin Dev & Core).
by Shivam Pawar · github.com/shivam-pawar-7217/rtcamp-wordpress-training
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/shivam-pawar-7217/rtcamp-wordpress-training/archive/refs/heads/main.zip📚 rtCamp WordPress Training Journey
This repository tracks my progress through the rtCamp WordPress Training Curriculum. I am using this workspace to practice Plugin Development, WP-CLI, and Core Contributions.
🗓 Assignment Tracker
- [x] Environment: Setup LocalWP / EasyEngine.
- [x] Plugin Basics: created
hello-rtcamp.phpwith standard headers. - [x] Hooks & Filters: Implementing
add_actionandadd_filter. - [x] Database: Working with global
$wpdbclass. - [ ] Security: Implementing Nonces and Input Sanitization.
🛠 Standards Followed
- PHP Version: 8.2
- Coding Standards: WordPress Coding Standards (WPCS)
- Architecture: Object-Oriented Programming (OOP)