Undefined function on wp_category_checklist
-
Hi i’m trying to output the checkbox style of categories but I got this error using wp_category_checklist() or wp_terms_checklist();
Fatal error: Call to undefined function wp_category_checklist()
my code is :
<?php
$selected_cats = array(7,8,9,10,11,12);
wp_category_checklist( 0, 0, $selected_cats );
?>I’m using 3.5.2 wordpress, I check the wp-admin/includes/template.php the function is exist.
I don’t know why this is undefined.
Cheers
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Undefined function on wp_category_checklist’ is closed to new replies.