wpseek.com
A WordPress-centric search engine for devs and theme authors



allowed_block_types › WordPress Filter Hooks

Since5.0.0
DeprecatedUse the {@see 'allowed_block_types_all'} filter instead.
$allowed_block_types = apply_filters_deprecated( 'allowed_block_types', array( $allowed_block_types, $post ), '5.8.0', 'allowed_block_types_all' );
Parameters: (2)
  • () allowed_block_types Array of block type slugs, or boolean to enable/disable all. Default true (all registered block types supported)
    Required: Yes
  • () post The post resource data.
    Required: Yes
Defined at:
Codex:

Filters the allowed block types for the editor.





Source

$allowed_block_types = apply_filters_deprecated( 'allowed_block_types', array( $allowed_block_types, $post ), '5.8.0', 'allowed_block_types_all' );