woocommerce_get_path_define_tokens хук-фильтр . WC 1.0
Использование
add_filter( 'woocommerce_get_path_define_tokens', 'filter_function_name_2657' ); function filter_function_name_2657( $path_tokens ){ // filter... return $path_tokens; }
- $path_tokens
- -
Где вызывается хук
woocommerce_get_path_define_tokens
woocommerce/includes/wc-core-functions.php 231
return apply_filters( 'woocommerce_get_path_define_tokens', $path_tokens );