Forums
-
- Forum
- Posts
-
- Installation
- 28,368
- Troubleshooting
- 62,152
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- Showcase
- 3,252
-
bbPress functions don’t take arguments the same way as normal PHP functions. You pass arguments as an array.
i.e.
bb_tag_heat_map( array( 'smallest' => 9, 'largest' => 38, 'limit' => 80 ) );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS