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

jetpack_sync_save_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_save_user, $user_id, $this->get_flags( $user_id') is found 3 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 573
    			 *
    			 * @param \WP_User The WP_User object
    			 * @param array    State - New since 5.8.0
    			 */
    			do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) );
    			$this->clear_flags( $user_id );
    		}
    	}
    
    	/**
    	 * Handler for add user role change.
    
  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 643
    		}
    		/**
    		 * This action is documented already in this file
    		 */
    		do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) );
    		$this->clear_flags( $user_id );
    	}
    
    	/**
    	 * Retrieve current flags for a particular user.
    	 *
    
  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 718
    		if ( isset( $this->flags[ $user_id ] ) ) {
    			/**
    			 * This action is documented already in this file
    			 */
    			do_action( 'jetpack_sync_save_user', $user_id, $this->get_flags( $user_id ) );
    		}
    	}
    
    	/**
    	 * Enqueue the users actions for full sync.
    	 *