Como cambiar el texto «Leer más» en WooCommerce – WordPress

Pegar en tu archivo functions.php

add_filter( ‘woocommerce_product_add_to_cart_text’, function( $text ) { if ( ‘Leer más’ == $text ) { $text = __( ‘COTIZAR’, ‘woocommerce’ ); } return $text; } );

Link de referencia

¡Llamar Ahora!