wp-multisite-dashboard/lib/updatepulse-updater/templates/theme-page-license.php

12 lines
303 B
PHP
Raw Permalink Normal View History

2025-06-11 08:01:18 +08:00
<?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>