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:: Component: bbp-reply (76)

wp_title_rss

apply_filters( 'wp_title_rss', get_wp_title_rss( ' » ' ) )

Continue reading →

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

bbp_update_reply_topic_id

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

Continue reading →

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

bbp_update_reply_revision_log

apply_filters( 'bbp_update_reply_revision_log', $revision_log, $reply_id )

Continue reading →

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

bbp_update_reply_forum_id

apply_filters( 'bbp_update_reply_forum_id', (int) $forum_id, $reply_id )

Continue reading →

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

bbp_reply_class

apply_filters( 'bbp_reply_class', $post )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_reply_append_revisions

apply_filters( 'bbp_reply_append_revisions', $content . bbp_get_reply_revision_log( $reply_id ), $content, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_new_reply_redirect_to

apply_filters( 'bbp_new_reply_redirect_to', $reply_url, $redirect_to )

Continue reading →

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

bbp_new_reply_pre_title

apply_filters( 'bbp_new_reply_pre_title', $reply_title )

Continue reading →

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

bbp_new_reply_pre_set_terms

apply_filters( 'bbp_new_reply_pre_set_terms', $terms, $topic_id, $reply_id )

Continue reading →

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

bbp_new_reply_pre_content

apply_filters( 'bbp_new_reply_pre_content', $reply_content )

Continue reading →

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

bbp_new_reply_pre_insert

apply_filters( 'bbp_new_reply_pre_insert', $reply_data )

Continue reading →

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

bbp_is_reply_trash

apply_filters( 'bbp_is_reply_trash', bbp_get_trash_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_spam

apply_filters( 'bbp_is_reply_spam', bbp_get_spam_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_published

apply_filters( 'bbp_is_reply_published', bbp_get_public_status_id() == $reply_status, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_is_reply_anonymous

apply_filters( 'bbp_is_reply_anonymous', $retval )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_has_replies_query

apply_filters( 'bbp_has_replies_query', $bbp_r )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_has_replies

apply_filters( 'bbp_has_replies', $bbp->reply_query->have_posts(), $bbp->reply_query )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_topic_split_link

apply_filters( 'bbp_get_topic_split_link', $link_before . '<a href="' . $uri . '" title="' . esc_attr( $split_title ) . '">' . $split_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_topic_pagination_links

apply_filters( 'bbp_get_topic_pagination_links', $bbp->reply_query->pagination_links )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_topic_pagination_count

apply_filters( 'bbp_get_topic_pagination_count', $retstr )

Continue reading →

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

bbp_get_reply_url

apply_filters( 'bbp_get_reply_url', $url, $reply_id, $redirect_to )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_trash_link

apply_filters( 'bbp_get_reply_trash_link', $link_before . $actions . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_topic_title

apply_filters( 'bbp_get_reply_topic_title', bbp_get_topic_title( $topic_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_topic_id

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

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_title

apply_filters( 'bbp_get_reply_title', get_the_title( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_spam_link

apply_filters( 'bbp_get_reply_spam_link', $link_before . '<a href="' . $uri . '">' . $display . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_status

apply_filters( 'bbp_get_reply_status', get_post_status( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_revision_log

apply_filters( 'bbp_get_reply_revision_log', $r, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_revisions

apply_filters( 'bbp_get_reply_revisions', $revisions, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_raw_revision_log

apply_filters( 'bbp_get_reply_raw_revision_log', $revision_log, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_post_type

apply_filters( 'bbp_get_reply_post_type', $bbp->reply_post_type )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_position

apply_filters( 'bbp_get_reply_position', (int) $reply_position, $reply_id, $topic_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_id

apply_filters( 'bbp_get_reply_id', (int) $bbp_reply_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_permalink

apply_filters( 'bbp_get_reply_permalink', get_permalink( $reply_id ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_forum_id

apply_filters( 'bbp_get_reply_forum_id', (int) $forum_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_edit_url

apply_filters( 'bbp_get_reply_edit_url', $url, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_excerpt

apply_filters( 'bbp_get_reply_excerpt', $excerpt, $reply_id, $length )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_edit_link

apply_filters( 'bbp_get_reply_edit_link', $link_before . '<a href="' . $uri . '">' . $edit_text . '</a>' . $link_after, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_content

apply_filters( 'bbp_get_reply_content', $content, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_url

apply_filters( 'bbp_get_reply_author_url', $author_url, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_link

apply_filters( 'bbp_get_reply_author_link', $author_link, $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_id

apply_filters( 'bbp_get_reply_author_id', (int) $author_id, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_email

apply_filters( 'bbp_get_reply_author_email', $author_email, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_display_name

apply_filters( 'bbp_get_reply_author_display_name', esc_attr( $author_name ), $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author_avatar

apply_filters( 'bbp_get_reply_author_avatar', $author_avatar, $reply_id, $size )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_author

apply_filters( 'bbp_get_reply_author', $author, $reply_id )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply

apply_filters( 'bbp_get_reply', $reply, $output, $filter )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_reply_admin_links

apply_filters( 'bbp_get_reply_admin_links', $r['before'] . $links . $r['after'], $args )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_form_reply_log_edit

apply_filters( 'bbp_get_form_reply_log_edit', checked( $reply_revision, true, false ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_form_reply_edit_reason

apply_filters( 'bbp_get_form_reply_edit_reason', esc_attr( $reply_edit_reason ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_get_form_reply_content

apply_filters( 'bbp_get_form_reply_content', esc_textarea( $reply_content ) )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-template.php 

bbp_edit_reply_redirect_to

apply_filters( 'bbp_edit_reply_redirect_to', $reply_url, $redirect_to )

Continue reading →

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

bbp_edit_reply_pre_title

apply_filters( 'bbp_edit_reply_pre_title', $reply_title, $reply_id )

Continue reading →

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

bbp_edit_reply_pre_set_terms

apply_filters( 'bbp_edit_reply_pre_set_terms', $terms, $topic_id, $reply_id )

Continue reading →

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

bbp_edit_reply_pre_insert

apply_filters( 'bbp_edit_reply_pre_insert', $reply_data )

Continue reading →

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

bbp_edit_reply_pre_content

apply_filters( 'bbp_edit_reply_pre_content', $reply_content, $reply_id )

Continue reading →

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

bbp_untrash_reply

do_action( 'bbp_untrash_reply', $reply_id )

Continue reading →

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

bbp_untrashed_reply

do_action( 'bbp_untrashed_reply', $reply_id )

Continue reading →

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

bbp_unspam_reply

do_action( 'bbp_unspam_reply', $reply_id )

Continue reading →

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

bbp_unspammed_reply

do_action( 'bbp_unspammed_reply', $reply_id )

Continue reading →

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

bbp_trash_reply

do_action( 'bbp_trash_reply', $reply_id )

Continue reading →

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

bbp_trashed_reply

do_action( 'bbp_trashed_reply', $reply_id )

Continue reading →

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

bbp_toggle_reply_handler

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

Continue reading →

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

bbp_spam_reply

do_action( 'bbp_spam_reply', $reply_id )

Continue reading →

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

bbp_spammed_reply

do_action( 'bbp_spammed_reply', $reply_id )

Continue reading →

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

bbp_new_reply_pre_extras

do_action( 'bbp_new_reply_pre_extras' )

Continue reading →

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

bbp_new_reply

do_action( 'bbp_new_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply_author )

Continue reading →

Component: bbp-reply  | File: /bbp-includes/bbp-reply-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_reply_pre_extras

do_action( 'bbp_edit_reply_pre_extras', $reply_id )

Continue reading →

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

bbp_edit_reply

do_action( 'bbp_edit_reply', $reply_id, $topic_id, $forum_id, $anonymous_data, $reply->post_author , true /* Is edit */ )

Continue reading →

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

bbp_edit_reply_post_extras

do_action( 'bbp_edit_reply_post_extras', $reply_id )

Continue reading →

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

bbp_delete_reply

do_action( 'bbp_delete_reply', $reply_id )

Continue reading →

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

bbp_deleted_reply

do_action( 'bbp_deleted_reply', $reply_id )

Continue reading →

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