sfw_pass_error
Description
Adds backtrace information to WP_Error in Debugmode
Since: 1.0.0
Code
<?php function sfw_pass_error( $error ){
…
} ?>
Parameter
- (WP_Error) If no instance of WP_Error is given, it will create a new one.