bbp_admin_setting_callback_throttle()
Throttle setting field
Description
Source
File: bp-forums/admin/settings.php
479 480 481 482 483 484 485 486 | function bbp_admin_setting_callback_throttle() { ?> <input name= "_bbp_throttle_time" id= "_bbp_throttle_time" type= "number" min= "0" step= "1" value= "<?php bbp_form_option( '_bbp_throttle_time', '10' ); ?>" class = "small-text" <?php bbp_maybe_admin_setting_disabled( '_bbp_throttle_time' ); ?> /> <label for = "_bbp_throttle_time" ><?php esc_html_e( 'seconds' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r2737) | 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.