Add 'woocommerce_shutdown_error' action

This commit is contained in:
Brent Shepherd 2018-07-13 15:04:19 +10:00 committed by Brent Shepherd
parent febea645f9
commit 67744b7768
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ final class WooCommerce {
'source' => 'fatal-errors',
)
);
do_action( 'woocommerce_shutdown_error', $error );
}
}