• Resolved justravis

    (@justravis)


    Plugin Version: 3.2.10

    When item titles have quotes in them, it messes up he title attribute on the featured image span tag.

    I am trying to replace the quotes with "

    Adding this in my functions.php did not help:

    #https://www.b-website.com/feedzy-rss-feeds-available-hooks-examples
    function bweb_title_html_entity( $content ) {
      	#return htmlentities( $content, ENT_QUOTES );
      	return htmlspecialchars( $content, ENT_QUOTES );
    }
    add_filter( 'feedzy_title_output', 'bweb_title_html_entity', 9 );

    Any suggestions?

    THANKS!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FEEDZY: Replace Quotes In Item Title?’ is closed to new replies.