WP Manifestindependent plugin directory
manifest / builders / w6-vc-addons

W6 Visual Composer Addons

Visual Composer Addons

by WEB6 · github.com/web6-fr/w6-vc-addons · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/web6-fr/w6-vc-addons/archive/refs/heads/master.zip

Readme

WEB6 Visual Composer Addons

Useful addons for Visual Composer

Development

IDE : Visual Studio Code

Features :

  • Wordpress Coding Standards compliance and auto fixing

Install :

Clone project

$ git clone https://github.com/web6-fr/w6-vc-addons.git

Open Folder in VS Code

Install VS Code plugins :

  • phpcs
  • phpcbf

Install dependencies via composer

$ composer install

Tell PHP Code Sniffer where WordPress Coding standards are located

$ vendor/bin/phpcs --config-set installed_paths ./vendor/wp-coding-standards/wpcs

Todo

  • Add a Grunt task to compress images
  • Add a Grunt task to manage js files : Concatenation & Minification

Read the full README on GitHub →