jetpack_sync_add_user, $user_id, $this->get_flags( $user_id

jetpack_sync_add_user, $user_id, $this->get_flags( $user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_add_user, $user_id, $this->get_flags( $user_id') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 503
    		 * @since-jetpack 4.9.0
    		 *
    		 * @param object The WP_User object
    		 */
    		do_action( 'jetpack_sync_add_user', $user_id, $this->get_flags( $user_id ) );
    		$this->clear_flags( $user_id );
    	}
    
    	/**
    	 * Handler for user save.
    	 *