woocommerce_widget_get_current_page_url filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_widget_get_current_page_url', 'filter_function_name_3001', 10, 2 ); function filter_function_name_3001( $link, $that ){ // filter... return $link; }
- $link
- -
- $that
- -
Where the hook is called
woocommerce_widget_get_current_page_url
woocommerce/includes/abstracts/abstract-wc-widget.php 387
return apply_filters( 'woocommerce_widget_get_current_page_url', $link, $this );