mirror of
https://github.com/WenPai-org/wpfonts.git
synced 2025-08-04 20:19:55 +08:00
11 lines
303 B
PHP
11 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>
|