Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Last active October 7, 2015 15:53
Show Gist options
  • Save kraftbj/51f32987e458de152fba to your computer and use it in GitHub Desktop.
Save kraftbj/51f32987e458de152fba to your computer and use it in GitHub Desktop.
Remove the sign-in option from WPJM Resume Submission
<?php // remove if using an existing file
add_filter( 'submit_resume_form_show_signin', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment