woocommerce_sections_ . $current_tab

woocommerce_sections_ . $current_tab

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_sections_ . $current_tab') is found 1 times:

  • /includes/admin/views/html-admin-settings.php line 151
    			</nav>
    		<?php endif; ?>
    			<h1 class="screen-reader-text"><?php echo esc_html( $current_tab_label ); ?></h1>
    			<?php
    			do_action( 'woocommerce_sections_' . $current_tab );
    
    			WC_Admin_Settings::show_messages();
    
    			do_action( 'woocommerce_settings_' . $current_tab );
    			do_action( 'woocommerce_settings_tabs_' . $current_tab );
    			?>