Skip to content

Instantly share code, notes, and snippets.

View Taigistal's full-sized avatar

Silas Köhler Taigistal

View GitHub Profile
/**
* Has block function which searches as well in reusable blocks.
*
* Extends functionality of core's has_block (https://developer.wordpress.org/reference/functions/has_block/)
*
* @param mixed $block_name Full Block type to look for.
* @return bool
*/
function enhanced_has_block($searched_block_name)