copy from another plugin not working with yoast and pmxi tables
-
Hello,
I’m using nscloner with my plugin to copy sites. I use the first way https://neversettle.it/documentation/ns-cloner/call-ns-cloner-copy-sites-plugins/
But only the tables from wordpress core are cloned. I need to go to the admin (admin.php?page=ns-cloner) for the process to end and get yoast and pmxi tables.
is it normal?
btw i skipped the following code because it was too long to process.do { // Attempt to run finish, if content is complete. $cloner->maybe_finish(); $progress = $cloner->get_progress(); // Pause, so we're not constantly hammering the server with progress checks. sleep( 3 ); } while ( 'reported' !== $progress['status'] );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘copy from another plugin not working with yoast and pmxi tables’ is closed to new replies.