Functions |
Description |
---|---|
bbp_admin_setting_callback_per_page_section() |
Per page settings section description for the settings page |
bbp_admin_setting_callback_per_rss_page_section() |
Per page settings section description for the settings page |
bbp_admin_setting_callback_replies_per_page() |
Replies per page setting field |
bbp_admin_setting_callback_replies_per_rss_page() |
Replies per RSS page setting field |
bbp_admin_setting_callback_reply_archive_slug() |
Reply archive slug setting field |
bbp_admin_setting_callback_reply_slug() |
Reply slug setting field |
bbp_admin_setting_callback_revisions() |
Allow topic and reply revisions |
bbp_admin_setting_callback_root_slug() |
Root slug setting field |
bbp_admin_setting_callback_root_slug_section() |
Slugs settings section description for the settings page |
bbp_admin_setting_callback_search() |
Allow forum wide search |
bbp_admin_setting_callback_search_slug() |
Search slug setting field |
bbp_admin_setting_callback_show_on_root() |
Include root slug setting field |
bbp_admin_setting_callback_single_slug_section() |
Slugs settings section description for the settings page |
bbp_admin_setting_callback_subscriptions() |
Allow subscriptions setting field |
bbp_admin_setting_callback_subtheme_id() |
Use the WordPress editor setting field |
bbp_admin_setting_callback_subtheme_section() |
Main subtheme section |
bbp_admin_setting_callback_thread_replies_depth() |
Hierarchical reply maximum depth level setting field |
bbp_admin_setting_callback_throttle() |
Throttle setting field |
bbp_admin_setting_callback_topic_archive_slug() |
Topic archive slug setting field |
bbp_admin_setting_callback_topic_slug() |
Topic slug setting field |
bbp_admin_setting_callback_topic_tag_slug() |
Topic tag slug setting field |
bbp_admin_setting_callback_topic_tags() |
Allow topic tags setting field |
bbp_admin_setting_callback_topics_per_page() |
Topics per page setting field |
bbp_admin_setting_callback_topics_per_rss_page() |
Topics per RSS page setting field |
bbp_admin_setting_callback_use_autoembed() |
Allow oEmbed in replies |
bbp_admin_setting_callback_use_wp_editor() |
Use the WordPress editor setting field |
bbp_admin_setting_callback_user_favs_slug() |
Favorites slug setting field |
bbp_admin_setting_callback_user_section() |
User settings section description for the settings page |
bbp_admin_setting_callback_user_slug_section() |
Slugs settings section description for the settings page |
bbp_admin_setting_callback_user_subs_slug() |
Subscriptions slug setting field |
bbp_admin_setting_callback_view_slug() |
View slug setting field |
bbp_admin_settings() |
The main settings page |
bbp_admin_settings_help() |
Contextual help for Forums settings page |
bbp_admin_tools_feedback() |
Assemble the admin notices |
bbp_admin_topics() |
Setup Forums Topics Admin |
bbp_after_setup_theme() |
The main action used for executing code after the theme has been setup |
bbp_ajax_response() |
Helper method to return JSON response for the ajax calls |
bbp_ajax_url() |
Output the URL to use for theme-side Forums AJAX requests |
bbp_allow_anonymous() |
Is the anonymous posting allowed? |
bbp_allow_global_access() |
Is this forum available to all users on all sites in this installation? |
bbp_allow_revisions() |
Are topic and reply revisions allowed |
bbp_allow_search() |
Is forum-wide searching allowed |
bbp_allow_threaded_replies() |
Are threaded replies allowed |
bbp_allow_topic_tags() |
Are topic tags allowed |
bbp_allowed_tags() |
Output all of the allowed tags in HTML format with attributes. |
bbp_allowed_themes() |
Filter the allowed themes list for Forums specific themes |
bbp_author_display_name() |
Output the author disylay-name of a topic or reply. |
bbp_author_email() |
Output the author email of a topic or reply. |
bbp_author_ip() |
Output the author IP address of a post |
bbp_author_link() |
Output the author link of a post |