woocommerce_dropdown_variation_attribute_options_args

woocommerce_dropdown_variation_attribute_options_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_dropdown_variation_attribute_options_args') is found 1 times:

  • /includes/wc-template-functions.php line 3169
    	 * @since 2.4.0
    	 */
    	function wc_dropdown_variation_attribute_options( $args = array() ) {
    		$args = wp_parse_args(
    			apply_filters( 'woocommerce_dropdown_variation_attribute_options_args', $args ),
    			array(
    				'options'          => false,
    				'attribute'        => false,
    				'product'          => false,
    				'selected'         => false,
    				'required'         => false,