Created
November 29, 2017 17:01
-
-
Save jeremyescott/c7bcf14318307749ad53e20a16ecd9c7 to your computer and use it in GitHub Desktop.
Use Matador without a Redirect URI for Bullhorn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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