Skip to content

Instantly share code, notes, and snippets.

@wpmark
Created September 9, 2018 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpmark/9c1286155403e1e01512d70c860e0473 to your computer and use it in GitHub Desktop.
Save wpmark/9c1286155403e1e01512d70c860e0473 to your computer and use it in GitHub Desktop.
The apply filters declaration in the WordPress tag cloud widget.
<?php
apply_filters(
'widget_tag_cloud_args',
array(
'taxonomy' => $current_taxonomy,
'echo' => false,
'show_count' => $show_count,
),
$instance
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment