bbp_converter_setting_callback_dbpass()

Edit Database Pass setting field

Description

Source

File: bp-forums/admin/settings.php

1327
1328
1329
1330
1331
1332
1333
1334
function bbp_converter_setting_callback_dbpass() {
?>
 
    <input name="_bbp_converter_db_pass" id="_bbp_converter_db_pass" type="password" value="<?php bbp_form_option( '_bbp_converter_db_pass' ); ?>" class="medium-text" />
    <label for="_bbp_converter_db_pass"><?php esc_html_e( 'Password to access the database', '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.