Skip to main content
Version: Current (3.x)

Upgrading WP Customizer

Upgrading the wp-customizer​

  • The guide is for upgrading the wp-customizer from Data Viz 2.0 to 3.0.
  • This is a one-time process that needs to be done only once.
  • Navigate to the custom/wp-customizer directory
  • Run the following single command to upgrade the wp-customizer:
npx @devgateway/upgrade-wp-customizer
  • Install the dependencies:
npm install
  • Run the development server:
npm start
  • You can now start creating custom blocks.