Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created September 30, 2017 16:29
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/928cc0bb940b4fc2c5db85ccd5cd5558 to your computer and use it in GitHub Desktop.
Save tripflex/928cc0bb940b4fc2c5db85ccd5cd5558 to your computer and use it in GitHub Desktop.
WP Job Manager - Hide Sign-In at top of Job Submit page
<?php
add_filter( 'submit_job_form_show_signin', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment