Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wp pack update command #7

Open
21 of 23 tasks
mehrshaddarzi opened this issue Dec 13, 2019 · 0 comments
Open
21 of 23 tasks

wp pack update command #7

mehrshaddarzi opened this issue Dec 13, 2019 · 0 comments

Comments

@mehrshaddarzi
Copy link
Contributor

mehrshaddarzi commented Dec 13, 2019

The List of arg:

  • version
  • locale
  • network (convert the single site to a network)
  • network (add/remove/update network site blogs)
  • network (convert network site to single)

convert netwoek site to single:

https://wordx.press/how-to-revert-a-wordpress-multisite-to-a-single-site/

  1. Delete All Blogs with wp site delete
  2. remove all database tables for network e.g. wp_blogs , ..
  3. Mix All Users Table in WordPress
  4. Remove all constant in wp-config.php defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) ..
  5. Regenerate Htaccess
  6. Mix all Site Uploads dir in one file in the wp-content folder. [uploads/site/{id}]
  7. Active the plugins
  8. search/replace in attachment database

  • url (single site)
  • url (multi-site) network
  • title
  • theme
  • timezone
  • rest-api
  • cookie
  • xml-rpc
  • constant
  • options
  • permalink
  • admin
  • users
  • emoji
  • dir
  • mysql
  • plugins
  • themes
@mehrshaddarzi mehrshaddarzi added this to the 1.0.0 milestone Dec 13, 2019
@mehrshaddarzi mehrshaddarzi changed the title Test and Complete wp pack update command wp pack update command Feb 17, 2020
@mehrshaddarzi mehrshaddarzi removed this from the 1.0.0 milestone Feb 17, 2020
mehrshaddarzi added a commit that referenced this issue Feb 18, 2020
mehrshaddarzi added a commit that referenced this issue Feb 18, 2020
mehrshaddarzi added a commit that referenced this issue Feb 18, 2020
mehrshaddarzi added a commit that referenced this issue Feb 18, 2020
mehrshaddarzi added a commit that referenced this issue Feb 18, 2020
mehrshaddarzi added a commit that referenced this issue Feb 19, 2020
mehrshaddarzi added a commit that referenced this issue Feb 19, 2020
mehrshaddarzi added a commit that referenced this issue Feb 19, 2020
mehrshaddarzi added a commit that referenced this issue Feb 19, 2020
mehrshaddarzi added a commit that referenced this issue Feb 20, 2020
mehrshaddarzi added a commit that referenced this issue Feb 20, 2020
mehrshaddarzi added a commit that referenced this issue Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant