Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Alexis Salazar

    (@asaldel)

    Hello there,

    hope you are doing well!

    In order to remove this label, please, try to add the following code to the functions.php file of your active theme:

    if ( ! function_exists( 'yith_wcwl_remove_from_wishlist_label' ) ) {
    	function yith_wcwl_remove_from_wishlist_label( $text ) {
    		$text = '';
    
    		return $text;
    	}
    
    	add_filter( 'yith_wcwl_remove_from_wishlist_label', 'yith_wcwl_remove_from_wishlist_label' );
    }

    Try it and let us know any news, please.

    Have a nice day!

    Thread Starter Nowarah

    (@nouarah)

    worked thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove text of shortcode’ is closed to new replies.