rtCamp Employee Directory
A secure, OOP-based WordPress plugin for employee management.
by Ayush Aryan · github.com/ayush-aryan-0/rt-employee-directory
★ 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/ayush-aryan-0/rt-employee-directory/archive/refs/heads/main.zipA custom WordPress plugin built to demonstrate secure coding standards and Object-Oriented PHP.
🚀 Features
- Custom Post Type: Manages Employee profiles.
- Security First: Implements
wp_verify_nonce,sanitize_text_field, andesc_htmlstrictly. - Clean Architecture: Uses a Singleton Class structure to prevent global namespace pollution.
🛠 Installation
- Download the
.zip. - Upload to WordPress Plugins.
- Activate.
- Use shortcode
[rt_employee_list]on any page.
👨💻 Tech Stack
- PHP 8.x
- WordPress API
- CSS3