wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



tag_cloud_sort › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'tag_cloud_sort', $tags, $args )
Parameter: (2)
  • () tags Ordered array of terms.
    Erforderlich: Ja
  • () args An array of tag cloud arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters how the items in a tag cloud are sorted.





Quellcode

$tags_sorted = apply_filters( 'tag_cloud_sort', $tags, $args );