bp_search_settings_callback_folders()
Allow Post Type search setting field
Description
Source
File: bp-search/bp-search-settings.php
812 813 814 815 816 817 818 819 820 821 822 823 824 825 | function bp_search_settings_callback_folders() { ?> <input name= "bp_search_folders" id= "bp_search_folders" type= "checkbox" value= "1" <?php checked( bp_is_search_folders_enable( false ) ); ?> /> <label for = "bp_search_folders" > <?php esc_html_e( 'Folders' , '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.