This repository was archived by the owner on Jun 30, 2020. It is now read-only.
  
  
  
  
  
Description
Hello,
First of all, sorry for my English!
I trie to import db (frome file) and wp-content (from Gitlab) when create a new project with vv create.
I modified vv file to import wp-content to a specific folder and define WP_CONTENT_DIR WP_CONTENT_URL constants.
Everything works fine, db and wp-content are imported but the problem is in the db the action_plugins and current_theme options in wp_options table are reset. I need to activate my theme manually and reactivate all the plugins. It's a problem because I lose some plugins configurations.
Maybe I do something wrong but I don't know what.
Thank's for your help.