PHP Strict error fix
-
Error reads:
Declaration of DW_CustomPost::registerOption() should be compatible with DWModule::registerOption($dwoption) on line 291 in file /home/easymoda/public_html/wp-content/plugins/dynamic-widgets/mods/custompost_module.phpFix is change line 271 from
public static function registerOption() {To
public static function registerOption($dwoption) {
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP Strict error fix’ is closed to new replies.