wp_generate_tag_cloud

wp_generate_tag_cloud

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_generate_tag_cloud') is found 1 times:

  • /wp-includes/category-template.php line 1054
    		 *                                equals 'array'.
    		 * @param WP_Term[]       $tags   An array of terms used in the tag cloud.
    		 * @param array           $args   An array of wp_generate_tag_cloud() arguments.
    		 */
    		return apply_filters( 'wp_generate_tag_cloud', $return, $tags, $args );
    	} else {
    		return $return;
    	}
    }
    
    /**