Support » Plugin: Adminimize » Undefined index when using field under “It is possible to add your own slugs for

  • basvandijkk

    (@basvandijkk)


    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

  • The topic ‘Undefined index when using field under “It is possible to add your own slugs for’ is closed to new replies.