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

do_action('woocommerce_variable_product_bulk_edit_actions') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-variations.php line 114
    						<option value="variable_download_limit"><?php esc_html_e( 'Download limit', 'woocommerce' ); ?></option>
    						<option value="variable_download_expiry"><?php esc_html_e( 'Download expiry', 'woocommerce' ); ?></option>
    					</optgroup>
    					<?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>