• Resolved scsedel

    (@scsedel)


    After installing the plugin and created new post statuses, in the Appearance -> Menu page list I get a notice:
    Trying to get property “post_status” on non-object on line 126 of admin/class-extended-post-status-admin.php

    I solved with:
    if($post) {

    }

    wrapping all the operations of the foreach…
    Hope this will be fixed in the next version.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Felix W.

    (@welly2103)

    Hi @scsedel

    thanks for checking this. I’ll have a look at this bug in the next days and will publish a fixed version.

    Greeting Felix

    Plugin Author Felix W.

    (@welly2103)

    Hi @scsedel

    version 1.0.9 should fix this error.

    Thanks again for reporting.

    Greetings Felix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Appearance menu page list issue’ is closed to new replies.