• Resolved tarheelmm

    (@tarheelmm)


    I applied the fix from this link:
    https://ww.wp.xz.cn/support/topic/filter-strip-any-tags-from-title/
    but still have an issue. Do I need to change something else?

    I also tried the following in Snippets:
    add_filter( ‘wprss_populate_post_data’, ‘my_strip_tags’, 1000, 2 );
    function my_strip_tags( $args, $item ) {
    $args[‘post_content’] = strip_tags( $args[‘post_content’], ‘<i><p><span>‘ );
    return $args;
    }

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

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Strip tags’ is closed to new replies.