bp_search_settings_callback_activity()
Allow Activity search setting field
Description
Source
File: bp-search/bp-search-settings.php
899 900 901 902 903 904 905 906 907 908 909 910 911 | function bp_search_settings_callback_activity() { ?> <input name= "bp_search_activity" id= "bp_search_activity" type= "checkbox" value= "1" <?php checked( bp_is_search_activity_enable( true ) ) ?> /> <label for = "bp_search_activity" > <?php esc_html_e( 'Activity' , '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.