etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: bbPress:: File: bbp-includesbbp-topic-functions-php (58)

bbp_update_topic_voice_count

apply_filters( 'bbp_update_topic_voice_count', (int) $voices, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_reply_count_hidden

apply_filters( 'bbp_update_topic_reply_count_hidden', (int) $reply_count, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_topic_id

apply_filters( 'bbp_update_topic_topic_id', (int) $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_reply_count

apply_filters( 'bbp_update_topic_reply_count', (int) $reply_count, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_reply_id

apply_filters( 'bbp_update_topic_last_reply_id', (int) $reply_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_active_id

apply_filters( 'bbp_update_topic_last_active_id', (int) $active_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_last_active_time

apply_filters( 'bbp_update_topic_last_active_time', $new_time, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_forum_id

apply_filters( 'bbp_update_topic_forum_id', (int) $forum_id, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_anonymous_reply_count

apply_filters( 'bbp_update_topic_anonymous_reply_count', (int) $anonymous_replies, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_redirect_to

apply_filters( 'bbp_new_topic_redirect_to', $redirect_url, $redirect_to )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_title

apply_filters( 'bbp_new_topic_pre_title', $topic_title )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_insert

apply_filters( 'bbp_new_topic_pre_insert', $topic_data )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_content

apply_filters( 'bbp_new_topic_pre_content', $topic_content )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_get_super_stickies

apply_filters( 'bbp_get_super_stickies', $stickies )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_get_stickies

apply_filters( 'bbp_get_stickies', $stickies, (int) $forum_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_redirect_to

apply_filters( 'bbp_edit_topic_redirect_to', $topic_url, $view_all, $redirect_to )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_title

apply_filters( 'bbp_edit_topic_pre_title', $topic_title, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_insert

apply_filters( 'bbp_edit_topic_pre_insert', $topic_data )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_content

apply_filters( 'bbp_edit_topic_pre_content', $topic_content, $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_update_topic_tag

do_action( 'bbp_update_topic_tag', $tag_id, $tag, $name, $slug )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_untrash_topic

do_action( 'bbp_untrash_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_untrashed_topic

do_action( 'bbp_untrashed_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_unstick_topic

do_action( 'bbp_unstick_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_unsticked_topic

do_action( 'bbp_unsticked_topic', $topic_id, $success )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_unspam_topic

do_action( 'bbp_unspam_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_unspammed_topic

do_action( 'bbp_unspammed_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_trash_topic

do_action( 'bbp_trash_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_trashed_topic

do_action( 'bbp_trashed_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_toggle_topic_handler

do_action( 'bbp_toggle_topic_handler', $success, $post_data, $action )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_sticked_topic

do_action( 'bbp_sticked_topic', $topic_id, $super, $success )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_stick_topic

do_action( 'bbp_stick_topic', $topic_id, $super )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_split_topic_reply

do_action( 'bbp_split_topic_reply', $reply->ID, $destination_topic->ID )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_split_topic_count

do_action( 'bbp_split_topic_count', $from_reply_id, $source_topic_id, $destination_topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_spam_topic

do_action( 'bbp_spam_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_spammed_topic

do_action( 'bbp_spammed_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_pre_split_topic

do_action( 'bbp_pre_split_topic', $from_reply->ID, $source_topic->ID, $destination_topic->ID )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_post_split_topic

do_action( 'bbp_post_split_topic', $from_reply->ID, $source_topic->ID, $destination_topic->ID )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_open_topic

do_action( 'bbp_open_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_opened_topic

do_action( 'bbp_opened_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic_pre_extras

do_action( 'bbp_new_topic_pre_extras' )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_new_topic

do_action( 'bbp_new_topic', $topic_id, $forum_id, $anonymous_data, $topic_author )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_merge_topic_tag

do_action( 'bbp_merge_topic_tag', $tag_id, $to_tag, $tag )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_merge_topic

do_action( 'bbp_merge_topic', $destination_topic->ID, $source_topic->ID )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_merge_topic_count

do_action( 'bbp_merge_topic_count', $destination_topic_id, $source_topic_id, $source_topic_forum_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_merged_topic_reply

do_action( 'bbp_merged_topic_reply', $reply->ID, $destination_topic->ID )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_merged_topic

do_action( 'bbp_merged_topic', $destination_topic->ID, $source_topic->ID, $source_topic->post_parent )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_feed_head

do_action( 'bbp_feed_head' )

Continue reading →

Component: bbp-reply, bbp-topic  | File: /bbp-includes/bbp-reply-functions.php, /bbp-includes/bbp-topic-functions.php 

bbp_feed_item

do_action( 'bbp_feed_item' )

Continue reading →

Component: bbp-reply, bbp-topic  | File: /bbp-includes/bbp-reply-functions.php, /bbp-includes/bbp-topic-functions.php 

bbp_feed_footer

do_action( 'bbp_feed_footer' )

Continue reading →

Component: bbp-reply, bbp-topic  | File: /bbp-includes/bbp-reply-functions.php, /bbp-includes/bbp-topic-functions.php 

bbp_feed

do_action( 'bbp_feed' )

Continue reading →

Component: bbp-reply, bbp-topic  | File: /bbp-includes/bbp-reply-functions.php, /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_pre_extras

do_action( 'bbp_edit_topic_pre_extras', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic_post_extras

do_action( 'bbp_edit_topic_post_extras', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_edit_topic

do_action( 'bbp_edit_topic', $topic_id, $forum_id, $anonymous_data, $topic->post_author , true /* Is edit */ )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_delete_topic_tag

do_action( 'bbp_delete_topic_tag', $tag_id, $tag )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_delete_topic

do_action( 'bbp_delete_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_deleted_topic

do_action( 'bbp_deleted_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_close_topic

do_action( 'bbp_close_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 

bbp_closed_topic

do_action( 'bbp_closed_topic', $topic_id )

Continue reading →

Component: bbp-topic  | File: /bbp-includes/bbp-topic-functions.php 
Proudly powered by WordPress