Hello, If I use the function "Clone" or "Copy Data" it always copies the same database table prefix and that's not what I want.
So I found a way to change the table prefix name with WP-CLi command and it successfully works and when I check through PHPMyAdmin the table prefix gets changed, but...
From the bottom of my heart, thank you so much. It works perfectly.
Is it possible to make "--skip-plugins=false" the default when running wp cli commands, without needing to append it to each command?
Another thing is how can I update the WP-CLI to v2.5.0 manually? It has many improvements, I...
Hello, I'm trying to use LSCache plugin with their wp cli commands but I get this error in every command (example):
plesk ext wp-toolkit --wp-cli -instance-id 2 -- litespeed-option all
"Error: 'litespeed-option' is not a registered wp command. See 'wp help' for available commands."
LSCache WP...
Hello, I have a custom script that clone pre designed WordPress for new user account automatically. And I have to press "Scan" in WordPress toolkit for it to show in sites list. What's the command line to scan WordPress installation from the command line?
Hello, In the mean time I'm using cPanel because of the cPanel's Standard Hooks system
which allow me to make a custom script and triggers it with account creation. ( How To Automatically Install WordPress On New Accounts. )
My script can clone a custom designed WordPress website to new created...