woocommerce_block_template_area_{$this->get_root_template()->get_area()}_after_add_block_{$block->get_id()}

woocommerce_block_template_area_{$this->get_root_template()->get_area()}_after_add_block_{$block->get_id()}

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

do_action('woocommerce_block_template_area_{$this->get_root_template()->get_area()}_after_add_block_{$block->get_id()}') is found 1 times:

  • /src/Internal/Admin/BlockTemplates/BlockContainerTrait.php line 245
    			 * @param BlockInterface $block The block.
    			 *
    			 * @since 8.2.0
    			 */
    			do_action( "woocommerce_block_template_area_{$this->get_root_template()->get_area()}_after_add_block_{$block->get_id()}", $block );
    		} catch ( \Exception $e ) {
    			$this->do_after_add_block_error_action( $block, "woocommerce_block_template_area_{$this->get_root_template()->get_area()}_after_add_block_{$block->get_id()}", $e );
    		}
    	}
    
    	/**