Update version in which woocommerce_return_to_shop_text was added

This commit is contained in:
Rodrigo Primo 2020-09-05 11:43:43 -03:00
parent e7f474ef21
commit 33a74f5f04
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
/**
* Filter "Return To Shop" text.
*
* @since 4.4.0
* @since 4.6.0
* @param string $default_text Default text.
*/
echo esc_html( apply_filters( 'woocommerce_return_to_shop_text', __( 'Return To Shop', 'woocommerce' ) ) );