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-core-options-php (10)

bbp_is_subscriptions_active

apply_filters( 'bbp_is_subscriptions_active', (bool) get_option( '_bbp_enable_subscriptions', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_is_favorites_active

apply_filters( 'bbp_is_favorites_active', (bool) get_option( '_bbp_enable_favorites', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_get_title_max_length

apply_filters( 'bbp_get_title_max_length', (int) get_option( '_bbp_title_max_length', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_get_default_options

apply_filters( 'bbp_get_default_options', $options )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allow_global_access

apply_filters( 'bbp_allow_global_access', (bool) get_option( '_bbp_allow_global_access', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allow_revisions

apply_filters( 'bbp_allow_revisions', (bool) get_option( '_bbp_allow_revisions', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_allow_anonymous

apply_filters( 'bbp_allow_anonymous', (bool) get_option( '_bbp_allow_anonymous', $default ) )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_setup_option_filters

do_action( 'bbp_setup_option_filters' )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_delete_options

do_action( 'bbp_delete_options' )

Continue reading →

Component: bbp-core  | File: /bbp-includes/bbp-core-options.php 

bbp_add_options

do_action( 'bbp_add_options' )

Continue reading →

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