Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Expired jobs will remain in the system unless you add a bit of code to automatically delete them after 30 days.

    You can add this to your theme’s functions.php or a core functionality plugin:

    add_filter( 'job_manager_delete_expired_jobs', '__return_true' );

Viewing 1 replies (of 1 total)
  • The topic ‘Showing Expired Jobs’ is closed to new replies.