bp_search_settings_callback_autocomplete()
Search autocomplete setting field
Description
Source
File: bp-search/bp-search-settings.php
402 403 404 405 406 407 408 409 410 411 | function bp_search_settings_callback_autocomplete() { ?> <input name= "bp_search_autocomplete" id= "bp_search_autocomplete" type= "checkbox" value= "1" <?php checked( bp_is_search_autotcomplete_enable( true ) ) ?> /> <label for = "bp_search_autocomplete" ><?php esc_html_e( 'Enable autocomplete dropdown when typing into search inputs.' , '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.