Applications by default has the follow statuses (these are custom post type statuses):
- New
- Interviewed
- Offer Extended
- Hired
- Archived
- Rejected
From version 1.7.0+ these statuses can be customised by using the filter job_application_statuses.
Adding a Status Example
This example adds a new status called ‘Example’. The code would be placed in your theme functions.php file or a custom plugin.
Removing a Status Example
This example removes the ‘offer extended’ status.