unregister_block_type


unregister_block_type ( $name )

Parameters:
  • (string|WP_Block_Type) name Block type name including namespace, or alternatively a complete WP_Block_Type instance.
Returns:
  • (WP_Block_Type|false) The unregistered block type on success, or false on failure.
Defined at:

Description

Unregisters a block type.

Related Functions

register_block_type, unregister_block_style, register_block_style, unregister_post_type, register_post_type

Top Google Results

User discussions

wpseek mobile