• Thanks for this plugin. And please don’t stop working on it.

    Worpress was giving an error message;
    I deleted the following code between lines 1586-1588 of the file \wp-custom-admin-interface\inc\options\options-output.php

    foreach ($ savedTopLevelMenu as $ menuItem) {
    array_push ($ temptoplevelme the $ menuItem [2]);
    }

    Then I entered the following code instead:

    if (is_array ($ savedTopLevelMenu) || is_object ($ savedTopLevelMenu))
    {
    foreach ($ savedTopLevelMenu as $ menuItem) {
    array_push ($ temptoplevelme the $ menuItem [2]);
    }
    }

    I don’t know what I’m actually doing ?? but now there’s no problem.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great’ is closed to new replies.