Guest User

Untitled

a guest
Apr 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. function dinapyme_wc_modificar_texto_oferta( $texto ) {
  3. return str_replace( __( 'Sale!', 'woocommerce' ), __( '¡Promoción!', 'woocommerce' ), $texto );
  4. }
  5. add_filter( 'woocommerce_sale_flash', 'dinapyme_wc_modificar_texto_oferta' );
Add Comment
Please, Sign In to add comment