Skip to content

Instantly share code, notes, and snippets.

@softiconic
Last active December 2, 2023 18:41
Show Gist options
  • Save softiconic/69974c9037dee32a2808840f72a6b8b7 to your computer and use it in GitHub Desktop.
Save softiconic/69974c9037dee32a2808840f72a6b8b7 to your computer and use it in GitHub Desktop.
How to resolve the error "Compilation failed: invalid range in character class at offset."
/wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php
And edit line 86, from:
. '([\\w-_]+)' // 2: Shortcode name
to
. '([\\w\-_]+)' // 2: Shortcode name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment