Skip to content

Instantly share code, notes, and snippets.

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 jeremyescott/c7bcf14318307749ad53e20a16ecd9c7 to your computer and use it in GitHub Desktop.
Save jeremyescott/c7bcf14318307749ad53e20a16ecd9c7 to your computer and use it in GitHub Desktop.
Use Matador without a Redirect URI for Bullhorn
/**
* Authorize Matador without a Redirect URI set
*
* Recommended to use this only in development mode or while waiting for Bullhorn to set a
* new redirect URI for your API user. Letting Matador check the redirect URI is an essential
* safety check for your software.
*/
add_filter( 'matador_variable_api_redirect_uri', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment