Tribe__Events__Editor::register_blocks()

Prevents us from using init to register our own blocks, allows us to move it when the proper place shows up


Return

(void)


Top ↑

Source

File: src/Tribe/Editor.php

	public function register_blocks() {
		/**
		 * Internal Action used to register blocks for Events
		 *
		 * @since 4.7
		 */
		do_action( 'tribe_events_editor_register_blocks' );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.