@since: BuddyBoss 1.4.0 |
Description |
---|---|
bp_nouveau_ajax_document_update_file_name() |
Update the document name. |
bp_nouveau_clear_activity_content_body() |
Clear activity body content |
bp_before_directory_document_tabs |
Fires before the display of the members list tabs. |
bp_search_settings_callback_documents() |
Allow Post Type search setting field |
bp_search_settings_callback_folders() |
Allow Post Type search setting field |
bp_is_search_documents_enable() |
Checks if document search is enabled. |
bp_is_search_folders_enable() |
Checks if folder search is enabled. |
Bp_Search_Documents::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |
Bp_Search_Documents::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
Bp_Search_Folders::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |