Re: Editing Forum heat map (tag cloud) settings
@boonebgorges — Your functions worked like a charm to achieve alphabetized forum tags, but they returned a warning error above the tags:
Warning: Missing argument 2 for bbg_alphabetical_tag_cloud_filter() in …/httpdocs/wp-content/themes/…/functions.php on line 163
Here is the line of code referenced by the warning:
function bbg_alphabetical_tag_cloud_filter( $a, $b ) {
Looks like “$b” needs some sort of argument?