wp-multisite-dashboard/lib/updatepulse-updater/templates/theme-page-license.php
feng 0ecad06f54 初版提交
文派多站点仪表盘
2025-06-11 08:01:18 +08:00

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>