Correct hook name: `woocommerce_email_settings_before`

This commit is contained in:
Illimar Tambek 2014-11-26 00:28:23 +02:00
parent 88c4c2394f
commit 2752e0c61d
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ class WC_Email extends WC_Settings_API {
* *
* @param string $email The email object * @param string $email The email object
*/ */
do_action( 'woocommerce_email_settings_after', $this ); do_action( 'woocommerce_email_settings_before', $this );
?> ?>
<table class="form-table"> <table class="form-table">