Function epl_set_error
Set Error
Stores an error in a session var.
Package: EPL\Functions\ErrorTracking
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.0
Since: 3.1.15 switched to EPL Session class for session handling.
Located at lib/includes/error-tracking.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.0
Since: 3.1.15 switched to EPL Session class for session handling.
Located at lib/includes/error-tracking.php
Parameters summary
integer |
$error_id |
ID of the error being set. |
string |
$error_message |
Message to store with the error. |