Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter SanchezOmar

    (@sanchezomar)

    Just updated to 4.5 and the issue still persists. I am using Room09 for the site.

    Plugin Author YITHEMES

    (@yithemes)

    Hi Omar,

    can you please try to add this couple of functions at the end of functions.php file of room?

    function yit_customize_wishlist_label($label){
    	return __( 'Must Have', 'yit' );
    }
    add_filter( 'yit_change_wishlist_label', 'yit_customize_wishlist_label' );
    
    function yit_customize_browse_wishlist_label($label){
    	return __( 'View Must Have', 'yit' );
    }
    add_filter( 'yit_change_browse_wishlist_label', 'yit_customize_browse_wishlist_label' );

    Please, let me know
    Have a nice day

    Thread Starter SanchezOmar

    (@sanchezomar)

    Thank you so much! I wish I had read your post sooner. I went ahead and manually changed the variable to a hardcoded ‘Must Have’ I’m sure that once I update the theme it will overwrite it, and I’ll have this to save me a huge headache.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wishlist Text on Room09’ is closed to new replies.