woocommerce_blocks_enqueue_cart_block_scripts_after

woocommerce_blocks_enqueue_cart_block_scripts_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_blocks_enqueue_cart_block_scripts_after') is found 1 times:

  • /src/Blocks/BlockTypes/Cart.php line 152
    		 * Fires after cart block scripts are enqueued.
    		 *
    		 * @since 2.6.0
    		 */
    		do_action( 'woocommerce_blocks_enqueue_cart_block_scripts_after' );
    	}
    
    	/**
    	 * Append frontend scripts when rendering the Cart block.
    	 *
    	 * @param array    $attributes Block attributes.