Snippets

Visser Labs Flush the Extra Product Options export fields Transient in Store Exporter Deluxe

Created by Michael Visser

File functions.php Added

  • Ignore whitespace
  • Hide word diff
+<?php
+function custom_woo_ce_force_refresh_epo_export_fields() {
+
+    delete_transient( WOO_CD_PREFIX . '_extra_product_option_fields' );
+
+}
+add_action( 'admin_init', 'custom_woo_ce_force_refresh_epo_export_fields' );
+?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.