__( 'Block', 'argus-wordpress-defence' ), 'challenge' => __( 'Challenge', 'argus-wordpress-defence' ), 'rate_limit' => __( 'Rate Limit', 'argus-wordpress-defence' ), 'allow' => __( 'Allow', 'argus-wordpress-defence' ), ); $tabs = array( 'overview' => __( 'Overview', 'argus-wordpress-defence' ), 'rule-activity' => __( 'Rule Activity', 'argus-wordpress-defence' ), 'manual-block' => __( 'Manual IP Block', 'argus-wordpress-defence' ), 'blocked-ips' => __( 'Blocked IPs', 'argus-wordpress-defence' ), ); $blocked_24h = $security_actions[ __( 'Blocked', 'argus-wordpress-defence' ) ] ?? 0; $challenged_24h = $security_actions[ __( 'Challenged', 'argus-wordpress-defence' ) ] ?? 0; $top_categories = array_slice( $attack_categories, 0, 3, true ); ?>
0 ? sprintf( __( 'ARGUS blocked %1$s malicious requests and challenged %2$s suspicious requests during the last 24 hours.', 'argus-wordpress-defence' ), number_format_i18n( $blocked_24h ), number_format_i18n( $challenged_24h ) ) : sprintf( __( 'ARGUS blocked %s malicious requests during the last 24 hours.', 'argus-wordpress-defence' ), number_format_i18n( $blocked_24h ) ) ); ?>
|
ip ) ); ?> ip ); ?> |
source ); ?> | reason ); ?> | ban_level ); ?> | created_at . ' UTC' ) ) ); ?> | expires_at ?: __( 'Permanent', 'argus-wordpress-defence' ) ); ?> |