woocommerce_block_template_after_remove_hide_condition

woocommerce_block_template_after_remove_hide_condition

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_block_template_after_remove_hide_condition') is found 1 times:

  • /src/Internal/Admin/BlockTemplates/AbstractBlock.php line 292
    		 * @param BlockInterface $block The block.
    		 *
    		 * @since 8.4.0
    		 */
    		do_action( 'woocommerce_block_template_after_remove_hide_condition', $this );
    	}
    
    	/**
    	 * Get the hide conditions of the block.
    	 */
    	public function get_hide_conditions(): array {