Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Variables Available for bb_new_topic


Sam Bauers
Participant

@sambauers

bb_new_topic() just calls bb_insert_topic(), at the end of bb_insert_topic() is a do_action() call called ‘bb_insert_topic’ which has available to it all the information you need. The only thing you need to remember to do is differentiate between new and edited topics as both are handled by that function.

Skip to toolbar