[Plugin: Google Authorship Widget] line 25
-
Notice: Trying to get property of non-object in C:\wamp\www\wp\wp-content\plugins\google-authorship-widget\google-authorship-widget.php on line 25
executes on every page of website …. presumably you only need it on widget setup?
$theme->options['widgets_options']['GA_Bio'] = is_array($theme->options['widgets_options']['GA_Bio']) ? array_merge($Google_Authorship_defaults, $theme->options['widgets_options']['GA_Bio']) : $Google_Authorship_defaults;
The topic ‘[Plugin: Google Authorship Widget] line 25’ is closed to new replies.