File: bp-forums/core/options.php |
Description |
|---|---|
| bbp_get_theme_package_id() |
Get the current theme package ID |
| bbp_title_max_length() |
Output the maximum length of a title |
| bbp_is_favorites_active() |
Checks if favorites feature is enabled. |
| bbp_is_subscriptions_active() |
Checks if subscription feature is enabled. |
| bbp_allow_topic_tags() |
Are topic tags allowed |
| bbp_allow_search() |
Is forum-wide searching allowed |
| bbp_thread_replies() |
Are replies threaded |
| bbp_delete_options() |
Delete default options |
| bbp_setup_option_filters() |
Add filters to each Forums option and allow them to be overloaded from inside the $bbp->options array. |
| bbp_pre_get_option() |
Filter default options and allow them to be overloaded from inside the $bbp->options array. |