Switch language

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




wp_list_cats [ WordPress Function ]

wp_list_cats ( $args = '' )
Parameters:
  • (string|array) $args
See:
Returns:
  • (unknown)
Defined at:



No description yet.

Source


<?php
function wp_list_cats($args '') {
    
_deprecated_function__FUNCTION__'2.1''wp_list_categories()' );

    
$r wp_parse_args$args );

    
// Map to new names.
    
if ( isset($r['optionall']) && isset($r['all']))
        
$r['show_option_all'] = $r['all'];
    if ( isset(
$r['sort_column']) )
        
$r['orderby'] = $r['sort_column'];
    if ( isset(
$r['sort_order']) )
        
$r['order'] = $r['sort_order'];
    if ( isset(
$r['optiondates']) )
        
$r['show_last_update'] = $r['optiondates'];
    if ( isset(
$r['optioncount']) )
        
$r['show_count'] = $r['optioncount'];
    if ( isset(
$r['list']) )
        
$r['style'] = $r['list'] ? 'list' 'break';
    
$r['title_li'] = '';

    return 
wp_list_categories($r);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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