bbp_converter_setting_callback_delay_time()
Edit Delay Time setting field
Description
Source
File: bp-forums/admin/settings.php
1397 1398 1399 1400 1401 1402 1403 1404 1405 | function bbp_converter_setting_callback_delay_time() { ?> <input name= "_bbp_converter_delay_time" id= "_bbp_converter_delay_time" type= "text" value= "<?php bbp_form_option( '_bbp_converter_delay_time', '1' ); ?>" class = "small-text" /> <label for = "_bbp_converter_delay_time" ><?php esc_html_e( 'second(s) delay between each group of rows' , 'buddyboss' ); ?></label> <p class = "description" ><?php esc_html_e( 'Keep this high to prevent too-many-connection issues.' , 'buddyboss' ); ?></p> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r3813) | 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.