WP Manifestindependent plugin directory
manifest / editor / wpbakery-to-gutenberg

WPBakery to Gutenberg

Convert WPBakery Page Builder content to native Gutenberg blocks.

by Christoph Daum · github.com/apermo/wpbakery-to-gutenberg

1stars
0forks

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/apermo/wpbakery-to-gutenberg/archive/refs/heads/main.zip

Readme

WPBakery to Gutenberg

Convert WPBakery Page Builder (formerly Visual Composer) content to native Gutenberg blocks. Extends Classic to Gutenberg by hooking into its conversion pipeline.

Supported Elements

WPBakery Shortcode Gutenberg Block
[vc_row] / [vc_row_inner] core/columns (multi-column) or unwrapped (single column)
[vc_column] / [vc_column_inner] core/column with percentage width
[vc_column_text] Inner HTML converted to standard blocks

Requirements

Installation

composer require apermo/wpbakery-to-gutenberg

Activate both plugins. WPBakery shortcodes are automatically converted when using Classic to Gutenberg's CLI commands or admin UI.

Development

composer install
composer cs              # Run PHPCS
composer cs:fix          # Fix PHPCS violations
composer analyse         # Run PHPStan
composer test            # Run all tests
composer test:unit       # Run unit tests only
composer test:integration # Run integration tests only

Local WordPress Environment

ddev start && ddev orchestrate

Git Hooks

Enable the pre-commit hook (PHPCS + PHPStan on staged files):

git config core.hooksPath .githooks

License

GPL-2.0-or-later

Read the full README on GitHub →

Releases

TagPublished
v0.1.0 Mar 24, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.