Update version in which woocommerce_return_to_shop_text was added
This commit is contained in:
parent
e7f474ef21
commit
33a74f5f04
|
@ -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' ) ) );
|
||||
|
|
Loading…
Reference in New Issue