Activity 7 – CRUD Plugin

This activity required building a WordPress plugin with CRUD functionality (Create, Read, Update, Delete).

OUTPUT:

WHAT I LEARNED:

I learned how plugins interact with the database using PHP and SQL. This helped me understand how real systems store, manage, and update information.