'; } /** * Renders the attribute mapping wrapper table header element. */ protected function attribute_mapping_wrapper_table_header() { echo '

' . esc_html__( 'Attribute Mapping', 'wp-product-feed-manager' ) . ':

'; } /** * Renders the attribute mapping wrapper section end element. */ protected function attribute_mapping_wrapper_table_end() { echo ''; } } // end of WPPFM_Attribute_Mapping_Wrapper class endif;