• Hello everyone,

    I am having problem from excluding categories using the wp_terms_checklist.

    Here is the code

    wp_terms_checklist($post->ID,array(
    “descendants_and_self” => false,
    “checked_ontop” => false
    ));

    The website is a Front-End Submission and i don’t want the users to be able to post in some specific categories.

    Any solutions any one?
    Thank you in advanced for your time.

The topic ‘Exclude categories from wp_terms_checklist’ is closed to new replies.