bbp_converter_setting_callback_clean()
Edit Clean setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_converter_setting_callback_clean() { ?> <input name="_bbp_converter_clean" id="_bbp_converter_clean" type="checkbox" value="1" <?php checked( get_option( '_bbp_converter_clean', false ) ); ?> /> <label for="_bbp_converter_clean"><?php esc_html_e( 'Purge all meta-data from a previous import', 'bbpress' ); ?></label> <p class="description"><?php esc_html_e( 'Use this if an import failed, or you just want to remove the relationship data.', 'bbpress' ); ?></p> <?php }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |