woocommerce_email_settings_after action-hook . WC 1.0
Action hook fired after displaying email settings.
Usage
add_action( 'woocommerce_email_settings_after', 'action_function_name_7998' ); function action_function_name_7998( $email ){ // action... }
- $email(string)
- The email object
Where the hook is called
woocommerce_email_settings_after
woocommerce/includes/emails/class-wc-email.php 936
do_action( 'woocommerce_email_settings_after', $this );