Hi all.
I’m developing a WP plugin. I’m getting some issues with PHP 5.3. and i’m thinking about moving forward to just optimze for higher versions 5.4+
Is there a minimum PHP version to integrate for WP plugin on Codecanyon?
Thanks in advance.
<"}}><
Consider PHP 5.6 minimum as the requirements for WordPress
https://wordpress.org/about/requirements/
Thanks for the reply. I think there will be many users with PHP versions under 5.6, even with latest WP release. I discovered most of my issues with PHP4.3 was related with array shortcode (new on 4.5), so i’ll try to turn back to the older array model, which won’t be decrecated.
Thanks again!
<"}}><