Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING in /wp-content/plugins/portico/portico.php on line 27
]]>I’ve had a look at the code (which looks great btw) and all you seem to use 5.3 for is the namespace support. I’d understand the choice more if you were using alot of the new features but right now it feels like all you’re doing is severely limiting your potential userbase for the plugin.
I just changed it for 5.2 compability and the changes that need to be made are just the namespaces, the __DIR__ constant and the one use of ?:.
]]>