Skip to content

Instantly share code, notes, and snippets.

@iMazed
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save iMazed/86dd09dc6860f524e319 to your computer and use it in GitHub Desktop.

Select an option

Save iMazed/86dd09dc6860f524e319 to your computer and use it in GitHub Desktop.
Make Peter's Login Redirect work with the Jobify theme
/* Add to your functions.php file */
add_filter( 'jobify_registeration_redirect', array( 'rulRedirectPostRegistration', 'post_registration_wrapper' ), 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment