bp_search_settings_callback_documents()
Allow Post Type search setting field
Description
Source
File: bp-search/bp-search-settings.php
790 791 792 793 794 795 796 797 798 799 800 801 802 803 | function bp_search_settings_callback_documents() { ?> <input name= "bp_search_documents" id= "bp_search_documents" type= "checkbox" value= "1" <?php checked( bp_is_search_documents_enable( false ) ); ?> /> <label for = "bp_search_documents" > <?php esc_html_e( 'Documents' , 'buddyboss' ); ?> </label> <?php } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.4.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.