Wrapper for evf_doing_it_wrong.
Parameters
$functionstringrequired- Function used.
$messagestringrequired- Message to log.
$versionstringrequired- Version the message was added in.
Related
| Uses | Description |
|---|---|
is_ajax() includes/evf-conditional-functions.php | Is_ajax – Returns true when the page is loaded via ajax. |
| Used by | Description |
|---|---|
EVF_Log_Handler_File::get_log_file_path()includes/log-handlers/class-evf-log-handler-file.php | Get a log file path. |
EVF_Log_Handler_File::get_log_file_name()includes/log-handlers/class-evf-log-handler-file.php | Get a log file name. |
EVF_Emails::send()includes/class-evf-emails.php | Send the email. |
EVF_Fields::__clone()includes/class-evf-fields.php | Cloning is forbidden. |
EVF_Fields::__wakeup()includes/class-evf-fields.php | Unserializing instances of this class is forbidden. |
EVF_Logger::__construct()includes/class-evf-logger.php | Constructor for the logger. |
EVF_Logger::log()includes/class-evf-logger.php | Add a log entry. |
EverestForms::__clone()includes/class-everest-forms.php | Cloning is forbidden. |
EverestForms::__wakeup()includes/class-everest-forms.php | Unserializing instances of this class is forbidden. |
evf_notice_count() includes/evf-notice-functions.php | Get the count of notices added, either for all notices (default) or for one. |
evf_has_notice() includes/evf-notice-functions.php | Check if a notice has already been added. |
evf_add_notice() includes/evf-notice-functions.php | Add and store a notice. |
evf_set_notices() includes/evf-notice-functions.php | Set all notices at once. |
evf_clear_notices() includes/evf-notice-functions.php | Unset all notices. |
evf_print_notices() includes/evf-notice-functions.php | Prints messages and errors which are stored in the session, then clears them. |
evf_get_notices() includes/evf-notice-functions.php | Returns all queued notices, optionally filtered by a notice type. |
evf_get_logger() includes/evf-core-functions.php | Get a shared logger instance. |
evf_get_entry_export_file_name() includes/evf-core-functions.php | Get a csv file name. |
evf_get_template() includes/evf-core-functions.php | Get other templates passing attributes and including the file. |
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |