Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,634
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,257
-
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 ) );