Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created January 28, 2017 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/3041339611feb44d76022c4eda3f2474 to your computer and use it in GitHub Desktop.
Save tripflex/3041339611feb44d76022c4eda3f2474 to your computer and use it in GitHub Desktop.
Require package for Administrators on frontend with WP Job Manager Packages
add_filter( 'job_manager_packages_admin_required_packages_frontend', 'smyles_packages_demo_admin_require_packages' );
function smyles_packages_demo_admin_require_packages(){
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment