Job Specifications

awsm_job_specs_mb_init

Initialize job specifications meta box.

This hook is available since Version 1.6.0

Parameters

  • $post_id

    (int) The current job ID.

Source code

File: admin/templates/meta/job-specifications.php

before_awsm_job_specs_mb_content

Fires before job specifications meta box content.

This hook is available since Version 1.6.0

Parameters

  • $post_id

    (int) The current job ID.

Source code

File: admin/templates/meta/job-specifications.php

after_awsm_job_specs_mb_content

Fires after job specifications meta box content.

This hook is available since Version 1.6.0

Parameters

  • $post_id

    (int) The current job ID.

Source code

File: admin/templates/meta/job-specifications.php

Last updated