pluto3/inc/views/html-notice-theme-deactivate.php
2017-09-19 16:23:41 +08:00

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>