Category Archives: Troubleshooting

Why my ACF snippet doesn’t run in the bulk editor

Applies to: WPMelon Advanced Bulk Edit Pro for WooCommerce Short answer The bulk editor writes ACF values with update_field(). It doesn’t submit ACF’s edit form, so hooks that only fire on a form submit, like acf/save_post, never run. Use acf/update_value instead. It fires on every write, whether it comes from the product edit page, the […]