the plugin needs updating to current methods
Notice: The called constructor method for WP_Widget in tawhidurrahmandearfourteenWidget is deprecated since version 4.3.0! Use
__construct()
]]>Solution:
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <?php tag):
var_dump(PHP_VERSION);
]]>When trying to activate the plugin, I get the following fatal error:
Parse error: syntax error, unexpected ‘class’ (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or ‘{‘ or ‘$’ in /home1/rwoodupc/public_html/wp-content/plugins/current-date-and-time/pluginfiles/widget.php on line 38
]]>The date and time are currently in English. It would be better if the information was displayed in the language of the WordPress installation
]]>