Job Expiry

awsm_job_expiry_mb_init

Initialize job expiry 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-expiry.php

before_awsm_job_expiry_mb_content

Fires before job expiry 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-expiry.php

after_awsm_job_expiry_mb_content

Fires after job expiry 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-expiry.php

Last updated