Switch language

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




list_cats [ WordPress Function ]

list_cats ( $optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0, $optioncount = 0, $hide_empty = 1, $use_desc_for_title = 1, $children = false, $child_of = 0, $categories = 0, $recurse = 0, $feed = '', $feed_image = '', $exclude = '', $hierarchical = false )
Parameters:
  • (int) $optionall
  • (string) $all
  • (string) $sort_column
  • (string) $sort_order
  • (string) $file
  • (bool) $list
  • (int) $optiondates
  • (int) $optioncount
  • (int) $hide_empty
  • (int) $use_desc_for_title
  • (bool) $children
  • (int) $child_of
  • (int) $categories
  • (int) $recurse
  • (string) $feed
  • (string) $feed_image
  • (string) $exclude
  • (bool) $hierarchical
See:
Returns:
  • (unknown)
Defined at:



No description yet.

Source


<?php
function list_cats($optionall 1$all 'All'$sort_column 'ID'$sort_order 'asc'$file ''$list true$optiondates 0,
                   
$optioncount 0$hide_empty 1$use_desc_for_title 1$children=false$child_of=0$categories=0,
                   
$recurse=0$feed ''$feed_image ''$exclude ''$hierarchical=false) {
    
_deprecated_function__FUNCTION__'2.1''wp_list_categories()' );

    
$query compact('optionall''all''sort_column''sort_order''file''list''optiondates''optioncount''hide_empty''use_desc_for_title''children',
        
'child_of''categories''recurse''feed''feed_image''exclude''hierarchical');
    return 
wp_list_cats($query);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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