Tribe__Editor__Blocks__Abstract::ajax()

Sends a valid JSON response to the AJAX request for the block contents


Return

(void)


Top ↑

Source

File: src/Tribe/Editor/Blocks/Abstract.php

	public function ajax() {
		wp_send_json_error( esc_attr__( 'Problem loading the block, please remove this block to restart.', 'tribe-common' ) );
	}

Top ↑

Changelog

Changelog
Version Description
4.8 Introduced.