Fix – Undefined variable PHP notice
-
No biggie but by adding
$global_options = '';
to Line 786 in your adminimize.php, you will avoid an “undefined variable” PHP notice.
- The topic ‘Fix – Undefined variable PHP notice’ is closed to new replies.
Home / Plugin: Adminimize / Fix – Undefined variable PHP notice
No biggie but by adding $global_options = '';
to Line 786 in your adminimize.php, you will avoid an “undefined variable” PHP notice.