13 lines
391 B
PHP
13 lines
391 B
PHP
<?php
|
|
/**
|
|
* Admin View: Notice - Theme Support
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
?>
|
|
<div class="error osetin-theme-update-message">
|
|
<p><strong>Your theme is not activated. Please enter your purchase code to enable the full version. You can <a href="<?php echo admin_url('admin.php?page=acf-options-get-started' ); ?>">enter your purchase code here</a>.</strong></p>
|
|
</div>
|