Description
Do something before a GPEB block is rendered.
This is useful for adding other filters/actions specific to a GPEB block.
Usage
add_action( 'gpeb_before_render_block', 'my_custom_function' );
Parameters
block \WP_Block
The block instance.