woocommerce_product_attribute_terms

woocommerce_product_attribute_terms

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_attribute_terms') is found 1 times:

  • /includes/class-wc-ajax.php line 1947
    		 *
    		 * @since 3.4.0
    		 * @param array $args The search arguments.
    		 */
    		$terms = get_terms( apply_filters( 'woocommerce_product_attribute_terms', $args ) );
    
    		/**
    		 * Filter the product attribute terms search results.
    		 *
    		 * @since 7.0.0
    		 * @param array  $terms    The list of matched terms.