woocommerce_customer_get_downloadable_products хук-фильтр . WC 1.0
Использование
add_filter( 'woocommerce_customer_get_downloadable_products', 'filter_function_name_8016' ); function filter_function_name_8016( $downloads ){ // filter... return $downloads; }
- $downloads
- -
Где вызывается хук
woocommerce_customer_get_downloadable_products
woocommerce/includes/class-wc-customer.php 224
return apply_filters( 'woocommerce_customer_get_downloadable_products', $downloads );