Initial commit.
This commit is contained in:
11
lib/wp-package-updater/templates/theme-page-license.php
Normal file
11
lib/wp-package-updater/templates/theme-page-license.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
} ?>
|
||||
<div class="wrap">
|
||||
<div class="postbox hidden" style="min-width: 500px; position: absolute; top: 150px; left: 50%; transform: translate(-50%, 0);">
|
||||
<div class="inside" style="margin: 50px;">
|
||||
<h2><?php echo esc_html( $title ); ?></h2>
|
||||
<?php echo $form; ?><?php // @codingStandardsIgnoreLine ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user