add_filter( 'woocommerce_product_add_to_cart_text', 'vek_cambiar_boton_tienda' ); add_filter( 'woocommerce_product_single_add_to_cart_text', 'vek_cambiar_boton_detalle' ); function vek_cambiar_boton_tienda() { return 'VER MÁS'; } function vek_cambiar_boton_detalle() { return 'ABRIR DETALLES'; } add_filter( 'woocommerce_product_add_to_cart_text', 'vekunya_custom_button_text' ); add_filter( 'woocommerce_product_single_add_to_cart_text', 'vekunya_custom_button_text' ); function vekunya_custom_button_text() { return __( 'ABRIR DETALLES', 'woocommerce' ); }
Mostrando 25–28 de 28 resultadosOrdenado por los últimos