Blocking Zapier for WordPress plugin authentication 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. Previous Article Websiten nicht mehr erreichbar | ProjectDMC.org Deutsch Next Article change two colors in css – where to find