updatepulse-server-integration/dummy-theme/lib/updatepulse-updater/templates/theme-page-license.php
Alexandre Froger 0e55a8f161 initial commit
2025-02-08 01:03:34 +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>