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