This commit is contained in:
Mike Jolley 2019-01-07 13:36:13 +00:00
commit ba5c4c4fbd
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ abstract class WC_Widget extends WP_Widget {
}
}
return $link;
return apply_filters( 'woocommerce_widget_get_current_page_url', $link, $this );
}
/**