woocommerce_email_settings_after хук-событие . WC 1.0
Action hook fired after displaying email settings.
Использование
add_action( 'woocommerce_email_settings_after', 'action_function_name_1944' ); function action_function_name_1944( $email ){ // action... }
- $email(строка)
- The email object
Где вызывается хук
woocommerce_email_settings_after
woocommerce/includes/emails/class-wc-email.php 920
do_action( 'woocommerce_email_settings_after', $this );