SOLUTION
Edit the .htaccess file in your ROOT (/) not WordPress folder (/public_html/) to force PHP 5.5 instead of 5.2
CHANGE:
# Use PHP52 as default
AddHandler application/x-httpd-php52 .php
TO:
# Use PHP52 as default
AddHandler application/x-httpd-php55 .php
FINAL ANSWER! (;
SOLUTION
Edit the .htaccess file in your ROOT (/) not WordPress folder (/public_html/) to force PHP 5.5 instead of 5.2
CHANGE:
# Use PHP52 as default
AddHandler application/x-httpd-php52 .php
TO:
# Use PHP52 as default
AddHandler application/x-httpd-php55 .php
FINAL ANSWER! (;
SOLUTION
Edit the .htaccess file in your ROOT (/) not WordPress folder (/public_html/) to force PHP 5.5 instead of 5.2
CHANGE:
# Use PHP52 as default
AddHandler application/x-httpd-php52 .php
TO:
# Use PHP52 as default
AddHandler application/x-httpd-php55 .php
FINAL ANSWER! (;