bbp_converter_setting_callback_dbserver()

Edit Database Server setting field

Description

Source

File: bp-forums/admin/settings.php

1285
1286
1287
1288
1289
1290
1291
1292
function bbp_converter_setting_callback_dbserver() {
?>
 
    <input name="_bbp_converter_db_server" id="_bbp_converter_db_server" type="text" value="<?php bbp_form_option( '_bbp_converter_db_server', 'localhost' ); ?>" class="medium-text" />
    <label for="_bbp_converter_db_server"><?php esc_html_e( 'IP or hostname', 'buddyboss' ); ?></label>
 
<?php
}

Changelog

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.