File: /home/www/torresncgolf/wp-content/plugins/wordfence-assistant/wordfence-assistant.php
<?php
/*
Plugin Name: Wordfence Assistant
Plugin URI: http://www.wordfence.com/
Description: Wordfence Assistant - Helps Wordfence users with miscellaneous Wordfence data management tasks.
Author: Wordfence
Version: 1.0.10
Author URI: http://www.wordfence.com/
Text Domain: wordfence-assistant
*/
define('WORDFENCE_ASSISTANT_FCPATH', __FILE__);
define('WORDFENCE_ASSISTANT_VERSION', '1.0.10');
require_once('lib/wordfenceAssistantClass.php');
register_activation_hook(WP_PLUGIN_DIR . '/wordfence-assistant/wordfence-assistant.php', 'wordfenceAssistant::installPlugin');
register_deactivation_hook(WP_PLUGIN_DIR . '/wordfence-assistant/wordfence-assistant.php', 'wordfenceAssistant::uninstallPlugin');
wordfenceAssistant::install_actions();
?>