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-common-functions-php (27)

bbp_update_topic_id

apply_filters( 'bbp_update_topic_id', $topic_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_update_reply_id

apply_filters( 'bbp_update_reply_id', $reply_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_update_forum_id

apply_filters( 'bbp_update_forum_id', $forum_id, $post_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_subscription_mail_title

apply_filters( 'bbp_subscription_mail_title', '[' . get_option( 'blogname' ) . '] ' . bbp_get_topic_title( $topic_id ), $reply_id, $topic_id, $user_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_subscription_mail_message

apply_filters( 'bbp_subscription_mail_message', sprintf( $message, $reply_author_name, strip_tags( bbp_get_reply_content( $reply_id ) ), bbp_get_reply_url( $reply_id ) ), $reply_id, $topic_id, $user_id )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_show_lead_topic

apply_filters( 'bbp_show_lead_topic', (bool) $show_lead )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_anonymous_post_author_website

apply_filters( 'bbp_pre_anonymous_post_author_website', $bbp_anonymous_website )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_anonymous_post_author_name

apply_filters( 'bbp_pre_anonymous_post_author_name',  $bbp_anonymous_name  ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_anonymous_post_author_email

apply_filters( 'bbp_pre_anonymous_post_author_email', $bbp_anonymous_email ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_past_edit_lock

apply_filters( 'bbp_past_edit_lock', (bool) $retval, $cur_time, $lock_time, $post_date_gmt )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_number_format

apply_filters( 'bbp_number_format', number_format( $number, $decimals ), $number, $decimals )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_logout_url

apply_filters( 'bbp_logout_url', $url, $redirect_to )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_has_errors

apply_filters( 'bbp_has_errors', $has_errors, $bbp->errors )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_view_all

apply_filters( 'bbp_get_view_all', (bool) $retval )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_time_since

apply_filters( 'bbp_get_time_since', human_time_diff( $time, current_time( 'timestamp' ) ), $time )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_statistics

apply_filters( 'bbp_get_statistics', $statistics, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_public_child_last_id

apply_filters( 'bbp_get_public_child_last_id', (int) $child_id, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_public_child_ids

apply_filters( 'bbp_get_public_child_ids', $child_ids, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_public_child_count

apply_filters( 'bbp_get_public_child_count', (int) $child_count, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_get_all_child_ids

apply_filters( 'bbp_get_all_child_ids', $child_ids, (int) $parent_id, $post_type )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_filter_anonymous_post_data

apply_filters( 'bbp_filter_anonymous_post_data', $retval, $args )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_convert_date

apply_filters( 'bbp_convert_date', $time, $d, $translate )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_check_for_duplicate_query

apply_filters( 'bbp_check_for_duplicate_query', $dupe, $post_data )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_add_view_all

apply_filters( 'bbp_add_view_all', $link, $original_link )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_pre_notify_subscribers

do_action( 'bbp_pre_notify_subscribers', $reply_id, $topic_id, $user_ids )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_post_notify_subscribers

do_action( 'bbp_post_notify_subscribers', $reply_id, $topic_id, $user_ids )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-common-functions.php 

bbp_check_for_duplicate_trigger

do_action( 'bbp_check_for_duplicate_trigger', $post_data )

Continue reading →

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