Hi,
I am doing a data migration from drupal to wordpress. And there is some data that is already stored in WordPress as Gutenberg blocks.
What is the best way to save these posts into plugin's new table. When I do wp_update_post(), it doesn't insert any record in wp_gutes_arrays.
Hi, I am doing a data migration from drupal to wordpress. And there is some data that is already stored in WordPress as Gutenberg blocks. What is the best way to save these posts into plugin's new table. When I do wp_update_post(), it doesn't insert any record in
wp_gutes_arrays
.