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
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
Version | Description |
---|---|
5.0.0 | Introduced. |