bbp_converter_setting_callback_restart()
Edit Restart setting field
Description
Source
File: bp-forums/admin/settings.php
1412 1413 1414 1415 1416 1417 1418 1419 1420 | function bbp_converter_setting_callback_restart() { ?> <input name= "_bbp_converter_restart" id= "_bbp_converter_restart" type= "checkbox" value= "1" <?php checked( get_option( '_bbp_converter_restart' , false ) ); ?> /> <label for = "_bbp_converter_restart" ><?php esc_html_e( 'Start a fresh conversion from the beginning' , 'buddyboss' ); ?></label> <p class = "description" ><?php esc_html_e( 'You should clean old conversion information before starting over.' , 'buddyboss' ); ?></p> <?php } |
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.