Single quote on GD adds back slash

This topic contains 2 replies, has 3 voices, and was last updated by  Patrik 4 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #4111

    Berto
    Free User
    Post count: 53

    Friendly bug report – Listings with single quotes add a backslash to user profiles listings…

    https://i.gyazo.com/043d62ecab577e20ffa60d1fc8c79bd5.png

    #4112

    Paolo
    Site Admin
    Post count: 31206

    Thanks, developer alerted. They’ll let you know when fixed.

    Cheers

    #4117

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Can you try following code in functions.php of currently active theme or snippet plugin?

    add_filter('the_title', 'the_title_cb');
    function the_title_cb($title){
        return stripslashes($title);
    }

    Regards,
    Patrik

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

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

Open Support Ticket