jetpack_client_authorize_processing

jetpack_client_authorize_processing

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_client_authorize_processing') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-webhooks.php line 108
    			wp_safe_redirect( $redirect_url );
    
    			return;
    		}
    		do_action( 'jetpack_client_authorize_processing' );
    
    		$data              = stripslashes_deep( $_GET );
    		$data['auth_type'] = 'client';
    		$roles             = new Roles();
    		$role              = $roles->translate_current_user_to_role();
    		$redirect          = isset( $data['redirect'] ) ? esc_url_raw( (string) $data['redirect'] ) : '';
    

See this hook used in plugins: