WP_Block_Type::is_dynamic

Advertisement

Summery Summery

Returns true if the block type is dynamic, or false otherwise. A dynamic block is one which defers its rendering to occur on-demand at runtime.

Syntax Syntax

WP_Block_Type::is_dynamic()

Return Return

(boolean) Whether block type is dynamic.

Source Source

File: wp-includes/class-wp-block-type.php

	 * Block type editor script handle.
	 *
	 * @since 5.0.0

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Advertisement

Leave a Reply