jetpack_authorize_starting

jetpack_authorize_starting

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_authorize_starting') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 1944
    		 *
    		 * @since 1.7.0
    		 * @since-jetpack 8.0.0
    		 */
    		do_action( 'jetpack_authorize_starting' );
    
    		$roles = new Roles();
    		$role  = $roles->translate_current_user_to_role();
    
    		if ( ! $role ) {
    			return new \WP_Error( 'no_role', 'Invalid request.', 400 );
    

See this hook used in plugins: