bp_search_settings_callback_community_section()
Component search helper text.
Description
Source
File: bp-search/bp-search-settings.php
474 475 476 477 478 479 480 481 | function bp_search_settings_callback_community_section() { ?> <p><?php esc_html_e( 'Search the following BuddyBoss components:' , 'buddyboss' ) ?></p> <input id= "bp_search_select_all_components" type= "checkbox" value= "1" > <label for = "bp_search_select_all_components" ><?php esc_html_e( 'Select All' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.