Provider::no_queue()

Handles the part of the previous Recurring Events implementation that would handle the generation of Recurring Event instances in the context of a Blocks Editor request.

Contents


Source

File: src/Events_Pro/Custom_Tables/V1/Legacy_Compat/Provider.php

	public function no_queue() {
		wp_send_json( false );
		die();
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.