Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created August 5, 2015 16:02
Show Gist options
  • Save mikejolley/1d13a6d80b95729b70d8 to your computer and use it in GitHub Desktop.
Save mikejolley/1d13a6d80b95729b70d8 to your computer and use it in GitHub Desktop.
Turn off "is_sold_individually" for job packs
add_filter( 'wcpl_job_package_is_sold_individually', '__return_false' );
add_filter( 'wcpl_resume_package_is_sold_individually', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment