Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Created January 13, 2016 22:02
Show Gist options
  • Save kraftbj/de297c783a89ef4b5276 to your computer and use it in GitHub Desktop.
Save kraftbj/de297c783a89ef4b5276 to your computer and use it in GitHub Desktop.
Include all packages
add_filter( 'wcpl_get_resume_packages_args', 'bk_show_all_packages' );
add_filter( 'wcpl_get_job_packages_arg', 'bk_show_all_packages' );
function bk_show_all_packages( $args ){
unset( $args['meta_query']);
return $args;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment