woocommerce_before_settings_

woocommerce_before_settings_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_before_settings_') is found 1 times:

  • /includes/admin/views/html-admin-settings.php line 52
     
    ?>
    
    <div class="wrap woocommerce">
    	<?php do_action( 'woocommerce_before_settings_' . $current_tab ); ?>
    	<form method="<?php echo esc_attr( apply_filters( 'woocommerce_settings_form_method_tab_' . $current_tab, 'post' ) ); ?>" id="mainform" action="" enctype="multipart/form-data">
    		<?php if ( ! $hide_nav ) : ?>
    			<nav class="nav-tab-wrapper woo-nav-tab-wrapper">
    				<?php
    
    				foreach ( $tabs as $slug => $label ) {