Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 813 Bytes

File metadata and controls

27 lines (22 loc) · 813 Bytes

WP Contact & Feedback Manager

A custom WordPress plugin that allows website owners to collect, view, and manage contact and feedback submissions through a secure admin dashboard.

Features (Planned)

  • 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

Tech Stack

  • PHP
  • WordPress Plugin API
  • MySQL
  • JavaScript
  • HTML / CSS

Status

🚧 In Progress — actively developing and learning WordPress core concepts.

Learning Goals

  • Understand WordPress hooks (actions & filters)
  • Build secure plugins
  • Learn WordPress admin UI development
  • Practice clean, reusable PHP code