: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @package WP_Bulk_Delete
* @subpackage Admin/Pages
* @copyright Copyright (c) 2016, Dharmesh Patel
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;
* Render the Cleanup page
function wpbd_render_cleanup_page(){
<h2><?php esc_html_e('Cleanup','wp-bulk-delete'); ?></h2>
<div id="post-body" class="metabox-holder columns-2">
<div class="notice notice-warning">
<p><strong><?php _e( 'WARNING: Before you clean up any data please first take a Backup, any delete operation done is irreversible. Please use it with caution!', 'wp-bulk-delete' ); ?></strong></p>
<?php do_action( 'timeout_memory_is_enough' ); ?>
<div class="delete_notice"></div>
<div id="postbox-container-1" class="postbox-container">
<?php do_action('wpbd_admin_sidebar'); ?>
<div id="postbox-container-2" class="postbox-container">
wpbd_cleanup_form( 'general' );