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



wp_tag_cloud › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'wp_tag_cloud', $return, $args )
Parameters: (2)
  • () return Tag cloud as a string or an array, depending on 'format' argument.
    Required: Yes
  • () args An array of tag cloud arguments. See wp_tag_cloud() for information on accepted arguments.
    Required: Yes
Defined at:
Codex:

Filters the tag cloud output.





Source

$return = apply_filters( 'wp_tag_cloud', $return, $args );