Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MuViMoTV

    (@muvimotv)

    I looked more into this and there seem to be an issue when one is not excluding any post types…

    The returned value for $disabled_post_types being an empty string “” then passed as an argument to in_array…

    my work around is to add these before the foreach loop…

    if ($disabled_post_types == “”)
    $disabled_post_types = array();

    Cheers

    Plugin Author dholloran

    (@dholloran)

    It should be all fixed in the latest version you where correct with it being a string instead of an array thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error when editing posts’ is closed to new replies.