Hello,
New to this. Getting the following error with a php file:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/balume/public_html/wp-content/plugins/sitepress-multilingual-cms/sitepress.php on line 40
The code I have is the following:
if(defined('WP_ADMIN')){
require('ICL_PLUGIN_PATH . '/inc/php-version-check.php');
if(defined('PHP_VERSION_INCOMPATIBLE')) return;
}
Could anyone inform me what could be the problem with the code.
Thank You