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-reply-template-php (42)

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_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 
Proudly powered by WordPress