Grand Job

This plugin is used to create a job board site with lots of powerful functions

4 database tables

Table NameDescriptionMethod
wp_gj_email_queueA job queue table for managing background tasks and scheduled operations.Static
wp_gj_followsStores gj follows data created by this plugin.Static
wp_gj_save_jobsA job queue table for managing background tasks and scheduled operations.Static
wp_gj_save_resumsStores gj save resums data created by this plugin.Static

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_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:blog_charsetOption key:descriptionOption key:enableOption key:gj_created_fieldsOption key:gj_field_types_orderOption key:gj_gateways_orderOption key:gj_send_mail_queue_timeOption key:gj_settingsOption key:gj_social_applies_orderOption key:gj_social_login_orderOption key:gj_versionOption key:instructions
wp_postmeta
Post meta
wp_posts
Custom post type:gj_applicationCustom post type:gj_candidateCustom post type:gj_employerCustom post type:gj_field_groupsCustom post type:gj_fieldsCustom post type:gj_jobCustom post type:gj_order
wp_termmeta
Term meta
wp_terms
Custom taxonomy:gj_catCustom taxonomy:gj_cityCustom taxonomy:gj_expericenceCustom taxonomy:gj_genderCustom taxonomy:gj_levelCustom taxonomy:gj_salaryCustom taxonomy:gj_sizeCustom taxonomy:gj_skillCustom taxonomy:gj_stateCustom taxonomy:gj_type
wp_usermeta
User meta