woocommerce_variable_product_before_variations

woocommerce_variable_product_before_variations

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_variable_product_before_variations') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-variations.php line 72
    				<div class="clear"></div>
    			</div>
    
    			<?php /* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */ ?>
    			<?php do_action( 'woocommerce_variable_product_before_variations' ); ?>
    			<?php /* phpcs:enable */ ?>
    
    			<div class="toolbar toolbar-top">
    				<button type="button" class="button generate_variations"><?php esc_html_e( 'Generate variations', 'woocommerce' ); ?></button>
    				<button type="button" class="button add_variation_manually"><?php esc_html_e( 'Add manually', 'woocommerce' ); ?></button>
    				<select id="field_to_edit" class="select variation_actions hidden">