Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter usuaggie

    (@usuaggie)

    Verified this works in the wordpress integration for logins:

                // Check skip
                if(defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST) { return $user; } // Skip XMLRPC
                if(defined( 'REST_REQUEST' ) && REST_REQUEST) { return $user; } // Skip REST API

    Thanks for the info! Will take a look into this when I work on the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blocking Zapier for WordPress plugin authentication’ is closed to new replies.