File: /home/.Trash/craftfrn/public_html/wp-content/plugins/email-log/include/compatibility/EmailLog.php
<?php
/**
* This class was present in versions before 2.0.
* This class is now included so that older add-ons don't generate a fatal error
* till they are deactivated by the plugin.
*/
/**
* Stub of the original EmailLog class.
* This is now included so that older add-ons don't generate a fatal error.
*
* @deprecated 2.0
*/
class EmailLog {
const HOOK_LOG_COLUMNS = '';
const HOOK_LOG_DISPLAY_COLUMNS = '';
const FILTER_NAME = '';
}