woocommerce_return_to_shop_text

woocommerce_return_to_shop_text

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_return_to_shop_text') is found 1 times:

  • /templates/cart/cart-empty.php line 35

    Warning: Undefined array key 39 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 40 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				 *
    				 * @since 4.6.0
    				 * @param string $default_text Default text.
    				 */
    				echo esc_html( apply_filters( 'woocommerce_return_to_shop_text', __( 'Return to shop', 'woocommerce' ) ) );
    			?>
    		</a>
    	</p>
    <?php endif; ?>