wp_category_checklist [ WordPress Function ]
wp_category_checklist ( $post_id = 0, $descendants_and_self = 0, $selected_cats = false, $popular_cats = false, $walker = null, $checked_ontop = true )
| Parameters: |
|
| See: | |
| Defined at: |
|
Soorgelijke functies: wp_link_category_checklist, wp_terms_checklist, wp_popular_terms_checklist, category_exists, update_category_cache
Output an unordered list of checkbox <input> elements labelled with category names.
Source
<?php
function wp_category_checklist( $post_id = 0, $descendants_and_self = 0, $selected_cats = false, $popular_cats = false, $walker = null, $checked_ontop = true ) {
wp_terms_checklist( $post_id, array(
'taxonomy' => 'category',
'descendants_and_self' => $descendants_and_self,
'selected_cats' => $selected_cats,
'popular_cats' => $popular_cats,
'walker' => $walker,
'checked_ontop' => $checked_ontop
) );
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › Support » Tags — wp_category_checklist
Register · WordPress › Support » wp_category_checklist. Tag: wp_category_checklist Add New » ... Filters on wp_category_checklist, 3, studio- racket, 3 years ...
wordpress.org - wp_category_checklist (WordPress Function) - WPSeek.com
WordPress lookup for wp_category_checklist, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - wp_category_checklist | A HitchHackers guide through WordPress
Feb 12, 2011 ... function wp_category_checklist( $post_id = 0, $descendants_and_self = 0, $ selected_cats = false, $popular_cats = false, $walker = null, ...
hitchhackerguide.com - wp_category_checklist() WordPress function reference, arguments ...
Signature. wp_category_checklist( $post_id = 0, $descendants_and_self = 0, $ selected_cats = false, $popular_cats = false, $walker = null, $checked_ontop ...
queryposts.com