bbp_converter_setting_callback_dbprefix()
Edit Table Prefix setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_converter_setting_callback_dbprefix() { ?> <input name="_bbp_converter_db_prefix" id="_bbp_converter_db_prefix" type="text" class="code" value="<?php bbp_form_option( '_bbp_converter_db_prefix' ); ?>" <?php bbp_maybe_admin_setting_disabled( '_bbp_converter_db_prefix' ); ?> /> <p class="description"><?php printf( esc_html__( 'Use %s if converting from BuddyPress Legacy', 'bbpress' ), '<code>wp_bb_</code>' ); ?></p> <?php }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |