Server : Apache/2 System : Linux vps.sdns.vn 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 User : phatdatpq ( 1022) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/phatdatpq/public_html/wp-content/plugins/wordfence/views/blocking/ |
Upload File : |
<?php if (!defined('WORDFENCE_VERSION')) { exit; } /** * Presents the blocking status. * */ ?> <ul class="wf-block-list wf-block-list-horizontal wf-blocking-status<?php echo (wfConfig::get('isPaid') ? ' wf-blocking-status-premium' : ''); ?>"> <li> <?php echo wfView::create('common/block-navigation-option', array( 'id' => 'blocking-all-options', 'img' => 'options.svg', 'title' => __('Blocking Options', 'wordfence'), 'subtitle' => __('Manage global blocking options.', 'wordfence'), 'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=blocking_options'), ))->render(); ?> </li> <?php if (!wfConfig::get('isPaid')): ?> <li class="wf-flex-horizontal wf-flex-full-width"> <div class="wf-flex-vertical wf-flex-align-left"> <h4 class="wf-no-bottom">Upgrade to Premium</h4> <p class="wf-add-top-smaller">Enable country blocking by upgrading to Premium.</p> </div> <div class="wf-flex-horizontal wf-flex-full-width"> <p class="wf-right"><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1blockingUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php _e('Upgrade to Premium', 'wordfence'); ?></a> <a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1blockingLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php _e('Learn More', 'wordfence'); ?></a></p> </div> </li> <?php endif; ?> </ul>