Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * We don't want to send data back to the CRM after Memberium has just received an API call
- *
- * @access public
- * @return bool Bypass
- */
- public function bypass_update( $bypass, $request ) {
- if ( function_exists( 'memberium' ) && memberium()->getDoingWebHook( $deprecated = null ) ) {
- $bypass = true;
- }
- return $bypass;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement