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: bbpress-php (24)

bbp_view_slug

apply_filters( 'bbp_view_slug', $prefix . get_option( '_bbp_view_slug', 'view' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_view_id

apply_filters( 'bbp_view_id', 'bbp_view' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_user_slug

apply_filters( 'bbp_user_slug', $prefix . get_option( '_bbp_user_slug', 'user' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_user_id

apply_filters( 'bbp_user_id', 'bbp_user' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_trash_post_status

apply_filters( 'bbp_trash_post_status',   'trash'   )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_tag_tax_id

apply_filters( 'bbp_topic_tag_tax_id', 'topic-tag' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_tag_slug

apply_filters( 'bbp_topic_tag_slug', $prefix . get_option( '_bbp_topic_tag_slug', 'topic-tag'   ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_slug

apply_filters( 'bbp_topic_slug', $prefix . get_option( '_bbp_topic_slug', 'topic' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_post_type

apply_filters( 'bbp_topic_post_type',  'topic'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_topic_archive_slug

apply_filters( 'bbp_topic_archive_slug', get_option( '_bbp_topic_archive_slug', 'topics' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_spam_post_status

apply_filters( 'bbp_spam_post_status',    'spam'    )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_root_slug

apply_filters( 'bbp_root_slug',          get_option( '_bbp_root_slug',          'forums' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_reply_slug

apply_filters( 'bbp_reply_slug', $prefix . get_option( '_bbp_reply_slug', 'reply' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_reply_post_type

apply_filters( 'bbp_reply_post_type',  'reply'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_public_post_status

apply_filters( 'bbp_public_post_status',  'publish' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_private_post_status

apply_filters( 'bbp_private_post_status', 'private' )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_orphan_post_status

apply_filters( 'bbp_orphan_post_status',  'orphan'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_hidden_post_status

apply_filters( 'bbp_hidden_post_status',  'hidden'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_forum_slug

apply_filters( 'bbp_forum_slug', $prefix . get_option( '_bbp_forum_slug', 'forum' ) )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_forum_post_type

apply_filters( 'bbp_forum_post_type',  'forum'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_edit_id

apply_filters( 'bbp_edit_id', 'edit'     )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_default_tab_index

apply_filters( 'bbp_default_tab_index', 100 )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbp_closed_post_status

apply_filters( 'bbp_closed_post_status',  'closed'  )

Continue reading →

Component: bbp-core  | File: /bbpress.php 

bbpress_locale

apply_filters( 'bbpress_locale', get_locale() )

Continue reading →

Component: bbp-core  | File: /bbpress.php 
Proudly powered by WordPress