Forums
-
- Forum
- Posts
-
- Installation
- 28,422
- Troubleshooting
- 62,413
- Themes
- 10,413
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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