apply_filters( 'bbp_is_subscriptions_active', (bool) get_option( '_bbp_enable_subscriptions', $default ) )
Continue reading →
apply_filters( 'bbp_is_favorites_active', (bool) get_option( '_bbp_enable_favorites', $default ) )
Continue reading →
apply_filters( 'bbp_get_title_max_length', (int) get_option( '_bbp_title_max_length', $default ) )
Continue reading →
apply_filters( 'bbp_get_default_options', $options )
Continue reading →
apply_filters( 'bbp_allow_global_access', (bool) get_option( '_bbp_allow_global_access', $default ) )
Continue reading →
apply_filters( 'bbp_allow_revisions', (bool) get_option( '_bbp_allow_revisions', $default ) )
Continue reading →
apply_filters( 'bbp_allow_anonymous', (bool) get_option( '_bbp_allow_anonymous', $default ) )
Continue reading →
do_action( 'bbp_setup_option_filters' )
Continue reading →
do_action( 'bbp_delete_options' )
Continue reading →
do_action( 'bbp_add_options' )
Continue reading →