bbp_admin_reset()
Admin reset page
Description
Source
File: bp-forums/admin/tools.php
function bbp_admin_reset() {
?>
<div class="wrap">
<h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Tools', 'buddyboss' ) ); ?></h2>
<div class="nav-settings-subsubsub">
<ul class="subsubsub">
<?php bp_core_tools_settings_admin_tabs(); ?>
</ul>
</div>
</div>
<div class="wrap">
<p><?php esc_html_e( 'Revert your forums back to a brand new installation. This process cannot be undone.', 'buddyboss' ); ?></p>
<p><strong><?php esc_html_e( 'Backup your database before proceeding.', 'buddyboss' ); ?></strong></p>
<form class="settings" method="post" action="">
<table class="form-table">
<tbody>
<tr valign="top">
<th scope="row"><?php esc_html_e( 'The following data will be removed:', 'buddyboss' ) ?></th>
<td>
<?php esc_html_e( 'Forums', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Discussions', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Replies', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Discussion Tags', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Related Meta Data', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Forum Settings', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Forum Activity', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Forum User Roles', 'buddyboss' ); ?><br />
<?php esc_html_e( 'Importer Helper Data', 'buddyboss' ); ?><br />
</td>
</tr>
<tr valign="top">
<th scope="row"><?php esc_html_e( 'Delete imported users?', 'buddyboss' ); ?></th>
<td>
<fieldset>
<legend class="screen-reader-text"><span><?php esc_html_e( "Say it ain't so!", 'buddyboss' ); ?></span></legend>
<label><input type="checkbox" class="checkbox" name="bbpress-delete-imported-users" id="bbpress-delete-imported-users" value="1" /> <?php esc_html_e( 'This option will delete all previously imported users, and cannot be undone.', 'buddyboss' ); ?></label>
<p class="description"><?php esc_html_e( 'Note: Resetting without this checked will delete the meta-data necessary to delete these users.', 'buddyboss' ); ?></p>
</fieldset>
</td>
</tr>
<tr valign="top">
<th scope="row"><?php esc_html_e( 'Are you sure you want to do this?', 'buddyboss' ); ?></th>
<td>
<fieldset>
<legend class="screen-reader-text"><span><?php esc_html_e( "Say it ain't so!", 'buddyboss' ); ?></span></legend>
<label><input type="checkbox" class="checkbox" name="bbpress-are-you-sure" id="bbpress-are-you-sure" value="1" /> <?php esc_html_e( 'This process cannot be undone.', 'buddyboss' ); ?></label>
<p class="description"><?php esc_html_e( 'Human sacrifice, dogs and cats living together…mass hysteria!', 'buddyboss' ); ?></p>
</fieldset>
</td>
</tr>
</tbody>
</table>
<fieldset class="submit">
<input class="button-primary" type="submit" name="submit" value="<?php esc_attr_e( 'Reset Forums', 'buddyboss' ); ?>" />
<?php wp_nonce_field( 'bbpress-reset' ); ?>
</fieldset>
</form>
</div>
<?php
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2613) | 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.