Support for PHP 5.5.9?
-
Hello,
We’re currently using PHP 5.5.9 and are not in a position to upgrade to 5.6 (being cautious).
Is there a possibility of having this available for 5.5.9?
Everything appears to work fine after replacing
5.6
here with5.5.9
:if ( version_compare(PHP_VERSION, '5.5.9') < 0 ) { add_action( 'admin_notices', 'haet_mail_php_update_notice' ); }
But obviously if the plugin is updated, this will no longer work. Would you be willing to make wp-html-mail available to 5.5.9?
Many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Support for PHP 5.5.9?’ is closed to new replies.