Support

Account

Home Forums Gutenberg Big problem with texteditor Reply To: Big problem with texteditor

  • I openened a support ticket and the suggestion of Elliot is :
    Use wp_slash before inserting data..
    When duplicating a page

    wp_insert_post( wp_slash($my_post) );