Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active August 29, 2015 14:17
Show Gist options
  • Save rali14/d9f07e1fb73157fbdc2f to your computer and use it in GitHub Desktop.
Save rali14/d9f07e1fb73157fbdc2f to your computer and use it in GitHub Desktop.
Disable expired listings from being deleted after 30 days
add_filter( 'job_manager_delete_expired_jobs', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment