Fixed the load of the WC_Email_Customer_On_Hold_Order class, closes #11348
This commit is contained in:
parent
8f62c322dd
commit
8d23577683
|
@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
if ( ! class_exists( 'WC_Email_Customer_Processing_Order' ) ) :
|
||||
if ( ! class_exists( 'WC_Email_Customer_On_Hold_Order' ) ) :
|
||||
|
||||
/**
|
||||
* Customer On-hold Order Email.
|
||||
|
|
Loading…
Reference in New Issue