Snippets

Visser Labs Enable the Featured Image (Embed) Product export field

Updated by Michael Visser

File functions.php Modified

  • Ignore whitespace
  • Hide word diff
 return true;
 
 } 
-add_filters( 'woo_ce_enable_product_image_embed', 'custom_woo_ce_enable_product_image_embed' );
+add_filter( 'woo_ce_enable_product_image_embed', 'custom_woo_ce_enable_product_image_embed' );
 ?>
Created by Michael Visser

File functions.php Added

  • Ignore whitespace
  • Hide word diff
+<?php
+function custom_woo_ce_enable_product_image_embed() {
+
+return true;
+
+} 
+add_filters( 'woo_ce_enable_product_image_embed', 'custom_woo_ce_enable_product_image_embed' );
+?>
HTTPS SSH

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