Created
November 29, 2017 17:01
-
-
Save jeremyescott/c7bcf14318307749ad53e20a16ecd9c7 to your computer and use it in GitHub Desktop.
Revisions
-
jeremyescott created this gist
Nov 29, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ /** * 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' );