Switch language

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




get_archives [ WordPress Function ]

get_archives ( $type = '', $limit = '', $format = 'html', $before = '', $after = '', $show_post_count = false )
Parameters:
  • (string) $type
  • (string) $limit
  • (string) $format
  • (string) $before
  • (string) $after
  • (bool) $show_post_count
See:
Returns:
  • (unknown)
Defined at:



No description yet.

Source


<?php
function get_archives($type=''$limit=''$format='html'$before ''$after ''$show_post_count false) {
    
_deprecated_function__FUNCTION__'2.1''wp_get_archives()' );
    
$args compact('type''limit''format''before''after''show_post_count');
    return 
wp_get_archives($args);
}
?>

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