bp_search_settings_callback_groups()
Allow Post Type search setting field
Description
Source
File: bp-search/bp-search-settings.php
724 725 726 727 728 729 730 731 732 733 734 735 736 | function bp_search_settings_callback_groups() { ?> <input name= "bp_search_groups" id= "bp_search_groups" type= "checkbox" value= "1" <?php checked( bp_is_search_groups_enable( true ) ) ?> /> <label for = "bp_search_groups" > <?php esc_html_e( 'Groups' , '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.