Rename unfavorite text

This topic contains 4 replies, has 3 voices, and was last updated by  Peter Georgiou 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #429225

    Peter Georgiou
    Expired Member
    Post count: 4

    Hi, within your plugin I have found the following code that specifies I can change the unfavorite text but I’m not sure how to do that. Can you advise??

    /**
    * Filter to modify “Unfavorite” text
    *
    * You can use this filter to rename “Unfavorite” text to something else.
    *
    * @since 1.0.0
    * @package GeoDirectory
    */
    $remove_favourite_text = apply_filters(‘geodir_remove_favourite_text’, REMOVE_FAVOURITE_TEXT);

    #429226

    Kor
    Moderator
    Post count: 16516

    Hi Peter,

    Thanks for your post. I’d like you to know that the “Unfavorite” text can be changed using the translation method. https://wpgeodirectory.com/docs/translate-core/ . Have you given it a try?

    #429229

    Peter Georgiou
    Expired Member
    Post count: 4

    Thank you so much that worked. But for future reference how would I change via filter method as well?

    #429340

    Kiran
    Moderator
    Post count: 7069

    Hi Peter,

    Use following code snippet.

    
    
    function _gd_custom_change_remove_favourite_text() {
    	return __( 'Unfavorite', 'geodirectory' );
    }
    add_filter( 'geodir_remove_favourite_text', '_gd_custom_change_remove_favourite_text', 10, 1 );

    Kiran

    #429356

    Peter Georgiou
    Expired Member
    Post count: 4

    Perfect thanks Kiran!

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount