countriesNetwork);
$firewall = new wfFirewall();
$config = $waf->getStorageEngine();
$wafConfigURL = network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#configureAutoPrepend');
$wafRemoveURL = network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#removeAutoPrepend');
/** @var array $wafData */
?>
-
-
'waf-option-rate-limiting',
'img' => 'ratelimiting.svg',
'title' => __('Rate Limiting', 'wordfence'),
'subtitle' => __('Block crawlers that are using too many resources or stealing content', 'wordfence'),
'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options#waf-options-ratelimiting'),
))->render();
?>
-
'waf-option-blocking',
'img' => 'blocking.svg',
'title' => __('Blocking', 'wordfence'),
'subtitle' => __('Block traffic by country, IP, IP range, user agent, referrer, or hostname', 'wordfence'),
'link' => '#top#blocking',
))->render();
?>
-
-
'waf-option-support',
'img' => 'support.svg',
'title' => __('Help', 'wordfence'),
'subtitle' => __('Find the documentation and help you need', 'wordfence'),
'link' => network_admin_url('admin.php?page=WordfenceSupport'),
))->render();
?>
-
'waf-option-all-options',
'img' => 'options.svg',
'title' => __('All Firewall Options', 'wordfence'),
'subtitle' => __('Manage global and advanced firewall options', 'wordfence'),
'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=waf_options'),
))->render();
?>