woocommerce_product_bulk_edit_end

woocommerce_product_bulk_edit_end

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_bulk_edit_end') is found 1 times:

  • /includes/admin/views/html-bulk-edit-product.php line 350

    Warning: Undefined array key 355 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				</select>
    			</span>
    		</label>
    
    		<?php do_action( 'woocommerce_product_bulk_edit_end' ); ?>
    
    		<input type="hidden" name="woocommerce_bulk_edit" value="1" />
    		<input type="hidden" name="woocommerce_quick_edit_nonce" value="<?php echo wp_create_nonce( 'woocommerce_quick_edit_nonce' ); ?>" />
    	</div>
    </fieldset>