C:\Users\linca\Desktop\woocommerce-and-1centerprise-data-exchange\exchange\import.php (8 hits)
Line 350: $group = apply_filters(‘wc1c_import_group_xml’, $group, $parent_groups, $is_full);
Line 442: $property = apply_filters(‘wc1c_import_property_xml’, $property, $is_full);
Line 445: $preserve_fields = apply_filters(‘wc1c_import_preserve_property_fields’, array(), $property, $is_full);
Line 627: $product = apply_filters(‘wc1c_import_product_xml’, $product, $is_full);
Line 630: $preserve_fields = apply_filters(‘wc1c_import_preserve_product_fields’, array(), $product, $is_full);
Line 658: $post_name = apply_filters(‘wc1c_import_product_slug’, $post_name, $product, $is_full);
Line 908: $term_ids = apply_filters(‘wc1c_clean_categories’, $term_ids);
Line 932: $attribute_ids = apply_filters(‘wc1c_clean_attributes’, $attribute_ids);
C:\Users\linca\Desktop\woocommerce-and-1centerprise-data-exchange\exchange\query.php (1 hit)
Line 169: $documents = apply_filters(‘wc1c_query_documents’, $documents);
C:\Users\linca\Desktop\woocommerce-and-1centerprise-data-exchange\exchange.php (1 hit)
Line 195: $expiration = time() + apply_filters(‘auth_cookie_expiration’, DAY_IN_SECONDS, $user->ID, false);