woocommerce_email_settings_before, $this

woocommerce_email_settings_before, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_email_settings_before, $this') is found 1 times:

  • /includes/emails/class-wc-email.php line 1582
    		 * Action hook fired before displaying email settings.
    		 *
    		 * @param string $email The email object
    		 */
    		do_action( 'woocommerce_email_settings_before', $this );
    		?>
    
    		<table class="form-table">
    			<?php $this->generate_settings_html(); ?>
    		</table>