=== Student Inquiry ===
Contributors: saumil122, Saumil Nagariya
Tags: student inquiry, WP_List_Table, crud operations, send invite, inquiry management, backend, send email, plugin, list inquiries
Donate link: https://github.com/saumil122
Requires at least: 5.4.1
Tested up to: 5.9
Stable tag: trunk
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin is used to manage "student inquiry". A list-table for all inquiries is created for admin using WP_List_Table class. The plugin capture the inquiries request for the course from the frontend. The admin will adjust the status to active for the specific inquiry if payment received for the course. The admin can also send the invite (zoom / google meet) invite for the course to the specific students.

== Description ==
This plugin is created using WordPress's built-in WP_List_Table class with CRUD operations (Create, Read, Update, Delete). This plugin is used to manage all the student inquiries.

Any student/visiter will submit the inquiry form for the course in frontend. The admin can see all inquiries submitted to the website. The admin will update the status of inquiry to active once the payment from the student is received for the specific course. The admin will update the course name and amount against the specific inquiry. 

The admin can also send invite either zoom or google meet to the specific students for the specific course.

== Installation ==
Just Install and Activate It

== Frequently Asked Questions ==
Is there any configuration require for this plugin?
No

Is all features of this plugin completely free? 
Yes

Where can I get support?
For support, please contact at saumil122@gmail.com.

Where can I report bug?
For reporting related bugs, please contact at saumil122@gmail.com.

== Screenshots ==
1. Inquiry List Table
2. Add an inquiry
3. Edit an inquiry
4. Send an invite
5. Inquiry form

== Changelog ==
1.0
* CRUD Operations
* Inquiry Example

1.1
* Include libraries from the Core
* Data sanitized, escaped and validated
* Generic function/class/define/namespace names

== Upgrade Notice ==
No need to upgrade, you only need to install plugin. This is the initial version of plugin.
