FCRM_USER_STATUS_UPDATED::user_status_updated( $subscriber, $old_value )
Source Source
File: src/integrations/fluent-crm/triggers/fcrm-user-status-updated.php
// Bail out if user is not regular WordPress user. if ( false === $user ) { return; } $matched_recipe_ids = $this->get_matched_recipes_ids( $uncanny_automator, $this, $subscriber ); $this->process_trigger( $matched_recipe_ids, $uncanny_automator, $this, $subscriber ); } /** * Returns the tokens. *
Expand full source code Collapse full source code View on Github