A custom WordPress plugin that allows website owners to collect, view, and manage contact and feedback submissions through a secure admin dashboard.
- Custom contact & feedback form (shortcode based)
- Secure form submission using WordPress nonces
- Admin dashboard to view, filter, and delete submissions
- Data storage using custom database tables
- Input sanitization and validation
- Follows WordPress coding standards
- PHP
- WordPress Plugin API
- MySQL
- JavaScript
- HTML / CSS
🚧 In Progress — actively developing and learning WordPress core concepts.
- Understand WordPress hooks (actions & filters)
- Build secure plugins
- Learn WordPress admin UI development
- Practice clean, reusable PHP code