Merge branch 'master' of https://github.com/woocommerce/woocommerce
This commit is contained in:
commit
ba5c4c4fbd
|
@ -347,7 +347,7 @@ abstract class WC_Widget extends WP_Widget {
|
|||
}
|
||||
}
|
||||
|
||||
return $link;
|
||||
return apply_filters( 'woocommerce_widget_get_current_page_url', $link, $this );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue