Job Application Form
This plugin provide functionality to take job apllication enteries from frontend and displays it in backend with proper format.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_job_designation | A job queue table for managing background tasks and scheduled operations. | Verified |
| wp_job_list | A job queue table for managing background tasks and scheduled operations. | Verified |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
jal_db_version