PHP issues
-
Hello i activate wp debug and have this issue, could you help me with it?
Version: 2.0.0-beta
Notice: Trying to get property of non-object in /site/wp-content/plugins/uni-profilini/uni-profilini.php on line 121
In 121 i have
120-> $icons = get_option(‘uni_profilini_fa_icons’);
121-> $icons_array = $icons->icons;
122-> $uni_profilini = array(
‘fa_icons’ => $icons_array,
‘avatar_settings’ => array(
‘width’ => 500,
‘height’ => 500,
‘flex_width’ => true,
‘flex_height’ => true
)
);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP issues’ is closed to new replies.