@since: bbPress (r3349)
Description
bbp_insert_topic()

A wrapper for wp_insert_post() that also includes the necessary meta values for the topic to function properly.

Source: bp-forums/topics/functions.php:28

bbp_insert_forum()

A wrapper for wp_insert_post() that also includes the necessary meta values for the forum to function properly.

Source: bp-forums/forums/functions.php:28

bbp_insert_reply()

A wrapper for wp_insert_post() that also includes the necessary meta values for the reply to function properly.

Source: bp-forums/replies/functions.php:28