bbp_converter_setting_callback_dbport()
Edit Database Server Port setting field
Description
Source
File: bp-forums/admin/settings.php
1299 1300 1301 1302 1303 1304 1305 1306 | function bbp_converter_setting_callback_dbport() { ?> <input name= "_bbp_converter_db_port" id= "_bbp_converter_db_port" type= "text" value= "<?php bbp_form_option( '_bbp_converter_db_port', '3306' ); ?>" class = "small-text" /> <label for = "_bbp_converter_db_port" ><?php esc_html_e( 'Use default 3306 if unsure' , 'buddyboss' ); ?></label> <?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.