• Resolved locomo

    (@locomo)


    hi

    the plugin seems to wrap the content in <div> tags

    is it possible to disable this via a setting or hook etc?

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor sniuk

    (@sniuk)

    You can remove it before post with the filter: wpematico_pre_insert_post

    apply_filters('wpematico_pre_insert_post', $args, $campaign)

    Using str_replace('<div>', '', $arg['post_content']);

Viewing 1 replies (of 1 total)
  • The topic ‘plugin wraps content in div tag’ is closed to new replies.