PHP 7.2 Fix
-
The plugin will through warnings in PHP 7 or newer. To apply a fix, change:
$ddsg_lang_file = trim(get_option(ddsg_language));
to:
$ddsg_lang_file = trim(get_option(‘ddsg_language’));
- The topic ‘PHP 7.2 Fix’ is closed to new replies.