zaus / forms-3rdparty-dynamicfields

Wordpress Plugin -- Provides some dynamic field values via placeholder to [Forms 3rdparty Integration](https://github.com/zaus/forms-3rdparty-integration)
3 stars 1 forks source link

PHP Compatibility Issues #5

Closed zaus closed 9 years ago

zaus commented 9 years ago

Due to inclusion of namespaced class EOS parser, if not using PHP v5.3+ plugin breaks on line 252:

if(!isset($this->eos)) $this->eos = new \jlawrence\eos\Parser();
zaus commented 9 years ago

Closing? Peeps should probably not use an "ancient" language version.