Controller::remove_actions()

Removes registered actions.

Contents


Source

File: src/Events_Pro/Blocks/Controller.php

	public function remove_actions() {
		remove_action( 'tribe_editor_register_blocks', [ $this, 'register_single_venue_block' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.