mirror of
https://github.com/WPMultisite/wp-multisite-dashboard.git
synced 2025-08-07 06:13:16 +08:00
12 lines
303 B
PHP
12 lines
303 B
PHP
|
<?php if ( ! defined( 'ABSPATH' ) ) {
|
||
|
exit; // Exit if accessed directly
|
||
|
} ?>
|
||
|
<div class="wrap">
|
||
|
<div class="postbox">
|
||
|
<div class="inside">
|
||
|
<h2><?php echo esc_html( $title ); ?></h2>
|
||
|
<?php echo $form; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|