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