bbp_converter_setting_callback_dbname()
Edit Database Name setting field
Description
Source
File: bp-forums/admin/settings.php
1341 1342 1343 1344 1345 1346 1347 1348 | function bbp_converter_setting_callback_dbname() { ?> <input name= "_bbp_converter_db_name" id= "_bbp_converter_db_name" type= "text" value= "<?php bbp_form_option( '_bbp_converter_db_name' ); ?>" class = "medium-text" /> <label for = "_bbp_converter_db_name" ><?php esc_html_e( 'Name of the database with your old forum data' , '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.