Applying runtime settings, clearing the SQLite database, and mounting a fresh WordPress site.
Runtime settings
Apply & Reset is destructive
Changing these runtime settings resets WordPress, clears the SQLite database, removes uploads, and replaces the active site with a fresh boot.
mu-plugins/playground.php
<?php
add_action( 'admin_notices', function () {
echo '<div class="notice notice-info"><p>';
echo esc_html__( 'Running in WordPress Playground.', 'playground' );
echo '</p></div>';
} );
Blueprint editor
Database
12 rows
184 rows
1 row
7 rows