You appear to be a bot. Output may be restricted
Description
Register/enqueue scripts used for this block.
Usage
AttributeFilter::enqueue_scripts( $attributes );
Parameters
- $attributes
- ( array ) optional – Any attributes that currently are available from the block.
Returns
void
Source
File name: woocommerce/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php
Lines:
1 to 4 of 4
protected function enqueue_scripts( array $attributes = [] ) { Assets::register_block_script( $this->block_name . '-frontend' ); }