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.9.8.1

do_action('woocommerce_variable_product_before_variations') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-variations.php line 74
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
        <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">