File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 60
60
<div id="copyright">
61
61
<div class="inner">
62
62
63
- <div class="copyright-left">
64
- © <?php echo date ("Y " ); ?> <?php echo get_bloginfo ( 'name ' ); ?> . Powered by <a rel="nofollow" href="https://hovercraft.vip">HoverCraft</a>.
65
- <div class="clear"></div>
66
- </div><!-- copyright-left -->
63
+ <div class="copyright-left">
64
+ © <?php echo date ("Y " ); ?> <?php echo get_bloginfo ( 'name ' ); ?> .
65
+ <?php
66
+ $ license_key = get_theme_mod ( 'hovercraft_license_key ' );
67
+ if ( empty ( $ license_key ) || ( function_exists ( 'hovercraft_validate_license_key ' ) && ! hovercraft_validate_license_key ( $ license_key ) ) ) : ?>
68
+ Powered by <a rel="nofollow" href="https://hovercraft.vip">HoverCraft</a>.
69
+ <?php endif ; ?>
70
+ <div class="clear"></div>
71
+ </div><!-- copyright-left -->
67
72
68
73
<?php if ( is_active_sidebar ('hovercraft_copyright ' )) { ?>
69
74
<div class="copyright-right">
You can’t perform that action at this time.
0 commit comments