jprieton / wp-bootstrap4-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.x navigation style in a custom theme using the WordPress built in menu manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse error

meherbala opened this issue · comments

commented

When using the code I am getting a Parse error: syntax error, unexpected '[' in x:\xx\xxx\wp-content\themes\del\wp-bootstrap-navwalker.php on line 126

Any ideas how to fix it.

Is a array short sintax for PHP 5.4 and above, please check your version of PHP

Rollback to default array declaration.
If the problem persists, let me know