WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about tag_cloud_sort

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/category-template.php apply_filters 900 /**
* Filters how the items in a tag cloud are sorted.
*
* @since 2.8.0
*
* @param WP_Term[] $tags Ordered array of terms.
* @param array $args An array of tag cloud arguments.
*/

Hook Parameters

Parameter Type Name Description
WP_Term[] $tags Ordered array of terms.
array $args An array of tag cloud arguments.