Controller::remove_actions()
Removes registered actions.
Source
File: src/Events_Pro/Blocks/Controller.php
public function remove_actions() {
remove_action( 'tribe_editor_register_blocks', [ $this, 'register_single_venue_block' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |