Tribe__Editor::is_blocks_editor_active()

Checks if we have Editor Block active.


Return

(boolean)


Top ↑

Source

File: src/Tribe/Editor.php

	public function is_blocks_editor_active() {
		return function_exists( 'register_block_type' ) && function_exists( 'unregister_block_type' );
	}

Top ↑

Changelog

Changelog
Version Description
4.8
4.14.13 Introduced.