• The error occured on the following line:

    2 => $own_menu_custom_slug[ $key ],

    I would recommend using the following:

    2 => isset( $own_menu_custom_slug[ $key ] ) ? $own_menu_custom_slug[ $key ] : '',

    This occured on line: 90
    Withing the file: adminimize/inc-options/menu_options.php

    • This topic was modified 5 years, 2 months ago by basvandijkk.
  • The topic ‘Undefined index when using field under “It is possible to add your own slugs for’ is closed to new replies.