get_block_type_uses_context
get_block_type_uses_context
Appears in: wordpress-6.5, wordpress-6.5.2, wordpress-6.5.3, wordpress-6.5.4, wordpress-6.5.5, wordpress-6.6, wordpress-6.6.1, wordpress-6.6.2, wordpress-6.7, wordpress-6.7.1, wordpress-6.7.2, wordpress-6.8
Hook Type: filter
Displaying hooks found in version: wordpress-6.8apply_filters('get_block_type_uses_context') is found 1 times:
- /wp-includes/class-wp-block-type.php line 635
Warning: Undefined array key 637 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 638 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 639 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 640 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
631632633634635636637*
* @param string[]
$uses_context
Array of registered uses context
for
a block type.
* @param WP_Block_Type
$block_type
The full block type object.
*/
return
apply_filters(
'get_block_type_uses_context'
,
$this
->uses_context,
$this
);
}
}