Add link to PR that deprecated experimental functions (https://github.com/woocommerce/woocommerce-blocks/pull/8430)

Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
This commit is contained in:
Thomas Roberts 2023-02-15 12:00:42 +00:00 committed by Saad Tarhi
parent a6b6d1c251
commit 4a31f31dde
1 changed files with 4 additions and 4 deletions

View File

@ -71,8 +71,8 @@ export const __experimentalRegisterCheckoutFilters = (
deprecated( '__experimentalRegisterCheckoutFilters', {
alternative: 'registerCheckoutFilters',
plugin: 'WooCommerce Blocks',
link: '',
since: '6.0.0',
link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346',
since: '9.6.0',
hint: '__experimentalRegisterCheckoutFilters has graduated to stable and this experimental function will be removed.',
} );
registerCheckoutFilters( namespace, filters );
@ -279,8 +279,8 @@ export const __experimentalApplyCheckoutFilter = < T >( {
deprecated( '__experimentalApplyCheckoutFilter', {
alternative: 'applyCheckoutFilter',
plugin: 'WooCommerce Blocks',
link: '',
since: '6.0.0',
link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346',
since: '9.6.0',
hint: '__experimentalApplyCheckoutFilter has graduated to stable and this experimental function will be removed.',
} );
return applyCheckoutFilter( {