attribute_mapping_wrapper_table_start();
// Add the header.
$this->attribute_mapping_wrapper_table_header();
echo '
';
WPPFM_Attribute_Selector_Element::required_fields();
WPPFM_Attribute_Selector_Element::highly_recommended_fields();
WPPFM_Attribute_Selector_Element::recommended_fields();
WPPFM_Attribute_Selector_Element::optional_fields();
WPPFM_Attribute_Selector_Element::custom_fields();
echo '
';
// Close the section.
$this->attribute_mapping_wrapper_table_end();
}
}
// end of WPPFM_Product_Feed_Attribute_Mapping_Wrapper class
endif;