Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
better-wp-security
/
core
/
modules
/
backup
:
container.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php use iThemesSecurity\Strauss\Pimple\Container; return static function ( Container $c ) { ITSEC_Lib::extend_if_able( $c, 'dashboard.cards', function ( $cards ) { require_once __DIR__ . '/cards/class-itsec-dashboard-card-database-backup.php'; $cards[] = new ITSEC_Dashboard_Card_Database_Backup(); return $cards; } ); };