Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




walk_category_dropdown_tree [ WordPress Function ]

walk_category_dropdown_tree ( No parameters )
Uses:
  • Walker_CategoryDropdown
See:
  • Walker_CategoryDropdown::walk()
Defined at:



Retrieve HTML dropdown (select) content for category list.

Source


<?php
function walk_category_dropdown_tree() {
    
$args func_get_args();
    
// the user's options are the third parameter
    
if ( empty($args[2]['walker']) || !is_a($args[2]['walker'], 'Walker') )
        
$walker = new Walker_CategoryDropdown;
    else
        
$walker $args[2]['walker'];

    return 
call_user_func_array(array( &$walker'walk' ), $args );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics