bp_search_settings_callback_number_of_results()
Number of results setting field
Description
Source
File: bp-search/bp-search-settings.php
432 433 434 435 436 437 438 439 440 | function bp_search_settings_callback_number_of_results() { ?> <input name= "bp_search_number_of_results" id= "bp_search_number_of_results" type= "number" min= "1" step= "1" value= "<?php bp_search_form_option( 'bp_search_number_of_results', '5' ); ?>" class = "small-text" /> <label for = "bp_search_number_of_results" ><?php esc_html_e( 'results' , '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.