File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php
use Pimple\Container;
return static function ( Container $c ) {
\ITSEC_Lib::extend_if_able( $c, 'dashboard.cards', function ( $cards ) {
$cards[] = new ITSEC_Dashboard_Card_Line_Graph( 'fingerprinting', __( 'Trusted Devices', 'it-l10n-ithemes-security-pro' ), [
[
'events' => 'fingerprint-status-approved',
'label' => __( 'Approved', 'it-l10n-ithemes-security-pro' ),
],
[
'events' => 'fingerprint-status-approved',
'label' => __( 'Approved', 'it-l10n-ithemes-security-pro' ),
],
[
'events' => 'fingerprint-status-auto-approved',
'label' => __( 'Auto-Approved', 'it-l10n-ithemes-security-pro' ),
],
[
'events' => 'fingerprint-status-denied',
'label' => __( 'Blocked', 'it-l10n-ithemes-security-pro' ),
],
] );
return $cards;
} );
};
