woocommerce_variable_product_bulk_edit_actions

woocommerce_variable_product_bulk_edit_actions

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_variable_product_bulk_edit_actions') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-variations.php line 121
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
                <option value="variable_unset_cogs_value"><?php esc_html_e( 'Remove custom costs', 'woocommerce' ); ?></option>
            </optgroup>
        <?php endif; ?>
        <?php /* phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment */ ?>
        <?php do_action( 'woocommerce_variable_product_bulk_edit_actions' ); ?>
        <?php /* phpcs:enable */ ?>
    </select>
     
    <div class="variations-pagenav">
        <?php /* translators: variations count */ ?>
        <span class="displaying-num"><?php echo esc_html( sprintf( _n( '%s item', '%s items', $variations_count, 'woocommerce' ), $variations_count ) ); ?></span>