Skip to content

Instantly share code, notes, and snippets.

@jom
Created September 17, 2019 19:46
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 jom/df9c23607a7f4357b2d932fa64f3539a to your computer and use it in GitHub Desktop.
Save jom/df9c23607a7f4357b2d932fa64f3539a to your computer and use it in GitHub Desktop.
Change Logout URL
add_filter( 'submit_job_form_logout_url', function() {
return wp_logout_url( 'https://example.com/path/to/page' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment