Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,611
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
Hmm also don’t forget the do action at the end of the function:
do_action('bb_function_name', $topic_id, 'topic_geolocation');
I also have a question about this:
// To add
bb_update_topicmeta($topic_id, 'topic_geolocation', $latlong);
What does/should $latlong
do/be used for?
Greetz