Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Good model plugin for newbie plugin author to study?

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

Skip to toolbar