Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    hmm, not _that_ important as it’s but a deprecation notice that will only show when opening in the administration backend, but maybe try opening lytePartners.php and in there on line 23 change
    $hook = add_submenu_page( NULL, 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' );
    into
    $hook = add_submenu_page( '', 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' );

    to see if that makes the notice go away? if so I’ll change the code for a next version ??

    frank

    Thread Starter Angellive

    (@silasveta2012)

    Thank you, I did that, the errors are gone. Thank you for your work!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, I’ll make sure that fix ends up in a next version ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP errors’ is closed to new replies.