Convert object to array.
WP_Comment::__construct
Constructor.
WP_Comment::get_instance
Retrieves a WP_Comment instance.
WP_Block_Type::get_attributes
Get all available block attributes including possible layout attribute from Columns block.
Advertisement
WP_Block_Type::set_props
Sets block type properties.
WP_Block_Type::prepare_attributes_for_render
Validates attributes against the current block schema, populating defaulted and missing values.
WP_Block_Type::is_dynamic
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.
WP_Block_Type::render
Renders the block type output for given attributes.
Advertisement
WP_Block_Type::__construct
Constructor.
WP_Block_Type_Registry::get_instance
Utility method to retrieve the main instance of the class.
WP_Block_Type_Registry::is_registered
Checks if a block type is registered.
WP_Block_Type_Registry::get_all_registered
Retrieves all registered block types.
Advertisement
WP_Block_Type_Registry::get_registered
Retrieves a registered block type.
WP_Block_Type_Registry::unregister
Unregisters a block type.
WP_Block_Type_Registry::register
Registers a block type.