Plugin Source Code Error
-
When I installed the plugin, I got a syntax error “unexpected T-String”.
It was in <plugin-source-root>/wp-php-console/wp-php-console.php on line 71.
I changed
return new \WP_PHP_Console\Plugin();
to
return new Plugin();
and it seemed to work. It says my php version is not supported, but that is a different problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Source Code Error’ is closed to new replies.