Snippets

Visser Labs Disable Product Attributes support within Store Exporter Deluxe

Created by Michael Visser last modified
1
2
3
4
5
6
7
8
9
<?php
function custom_woo_ce_enable_product_attributes() {

    // Disable Product Attributes support within Store Exporter Deluxe
    return false;

}
add_filter( 'woo_ce_enable_product_attributes', 'custom_woo_ce_enable_product_attributes' );
?>

Comments (0)

HTTPS SSH

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