Add woocommerce_variable_product_bulk_edit_actions

For extensions to add new bulk edit actions on the "Edit Product"
screen for variable products.
This commit is contained in:
Brent Shepherd 2013-02-21 13:21:33 +10:00
parent ff940426fc
commit 1f8314c3a2
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ function variable_product_type_options() {
<option value="variable_file_paths" rel="textarea"><?php _e( 'File Path', 'woocommerce' ); ?></option>
<option value="variable_download_limit"><?php _e( 'Download limit', 'woocommerce' ); ?></option>
<option value="variable_download_expiry"><?php _e( 'Download Expiry', 'woocommerce' ); ?></option>
<?php do_action( 'woocommerce_variable_product_bulk_edit_actions' ); ?>
</select>
<a class="button bulk_edit"><?php _e( 'Go', 'woocommerce' ); ?></a>
</p>