Add 'woocommerce_shutdown_error' action
This commit is contained in:
parent
febea645f9
commit
67744b7768
|
@ -192,6 +192,7 @@ final class WooCommerce {
|
|||
'source' => 'fatal-errors',
|
||||
)
|
||||
);
|
||||
do_action( 'woocommerce_shutdown_error', $error );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue