Problem with filter by 'slug'

Support MB Include Exclude Problem with filter by 'slug'

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #734
    kris2lisskris2liss
    Participant

    Please, check function check_slug($slug) in file "class-mb-include-exclude.php"
    There is error:
    $post = get_post();
    But there is must be
    $post = get_post( self::$post_id );

    #738
    Anh TranAnh Tran
    Keymaster

    Thank you very much for this! I've just updated the plugin with this fix.

    Have a good day.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Problem with filter by 'slug'’ is closed to new replies.