Controller::remove_actions()

Removes registered actions.

Contents


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' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.2.7 Introduced.