• I have the following code in a mu-plugin and it works fine for regular posts, however FWP appears to be stripping the SRC out of SCRIPT tags in syndicated content anyway, any idea why this might be happening?

    global $allowedposttags;
    $allowedposttags['script'] = array(
            'type' => array(),
            'src' => array()
    );

    https://wordpress.org/plugins/feedwordpress/

  • The topic ‘FWP seems to be ignoring changes to allowedposttags?’ is closed to new replies.