__('Firewall', 'wordfence'),
'headerID' => 'wf-section-firewall',
'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_FIREWALL_WAF),
'helpLabelHTML' => wp_kses(__('Learn more about the Firewall', 'wordfence'), array('span'=>array('class'=>array()))),
))->render();
require(dirname(__FILE__) . '/menu_firewall_waf.php');
?>
__('Blocking', 'wordfence'),
'headerID' => 'wf-section-blocking',
'helpLink' => wfSupportController::supportURL(wfSupportController::ITEM_FIREWALL_BLOCKING),
'helpLabelHTML' => wp_kses(__('Learn more about Blocking', 'wordfence'), array('span'=>array('class'=>array()))),
))->render();
require(dirname(__FILE__) . '/menu_firewall_blocking.php');
?>