Alecaddd / WordPressPlugin101

Official repository of the series of tutorial on How to Create a WordPress Plugin from scratch: https://www.youtube.com/playlist?list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2
MIT License
408 stars 369 forks source link

Clearing array error #1

Closed bahiirwa closed 7 years ago

bahiirwa commented 7 years ago

Error returned with square brackets []:

Parse error: syntax error, unexpected '['

Plugin could not be activated because it triggered a fatal error. Could it be with the PHP versions?

Alecaddd commented 7 years ago

Oh, that's right. I have PHP 7 on my machine and that type of syntax is allowed. Thanks for flagging that out