bbp_converter_setting_callback_halt()
Edit Halt setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_converter_setting_callback_halt() {
?>
<input name="_bbp_converter_halt" id="_bbp_converter_halt" type="checkbox" value="1" <?php checked( get_option( '_bbp_converter_halt', false ) ); ?> />
<label for="_bbp_converter_halt"><?php esc_html_e( 'Halt the conversion if an error occurs', 'bbpress' ); ?></label>
<p class="description"><?php esc_html_e( 'This is helpful if you want to debug problems.', 'bbpress' ); ?></p>
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |