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