PHP Notice: Undefined index: hide_admin_notices
-
To make this error go away:
PHP Notice: Undefined index: hide_admin_notices in /wp-content/plugins/better-font-awesome/better-font-awesome.php on line 290
In the file better-font-awesome/better-font-awesome.php
On line 113
Change this
'hide_admin_notices' => '',
to this
'hide_admin_notices' => 1,
Not sure if this is the best fix for this, so hopefully @mcguive7 can correct it if not!
- The topic ‘PHP Notice: Undefined index: hide_admin_notices’ is closed to new replies.