Using filter hooks in WooCommerce
Filter hooks are called throughout are code using apply_filter( 'filter_name', $variable );
. To manipulate the passed variable, you can do something like the following.
add_filter( 'filter_name', 'your_function_name' );
function your_function_name( $variable ) {
// Your code
return $variable;
}
With filters, you must return a value.

Loading...
Tags: woocommerce
Oopps, sorry. This discussion is closed.
If you are a
paying customer and you are looking for Tech Support please post a ticket on our
Support Tickets page and we will respond promptly.
If you are
not a paying customer and you would like to post a pre-sale question or a quote request please use our
Contact form.
Why did we close the discussion?
Many of the customers started reporting issues as comments instead of the ticketing system and this started delaying our response time.
We are making this change to serve our customers better. We have ramped up our support team and we are trying to get the reply out on the same day.
Thanks for understanding.