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.
Source
File: src/Events_Pro/Custom_Tables/V1/Legacy_Compat/Provider.php
public function no_queue() {
wp_send_json( false );
die();
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |