WC_Product_CSV_Importer::get_formating_callback
Deprecated since 4.3.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Deprecated get formatting callback method.
Method of the class: WC_Product_CSV_Importer{}
No Hooks.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_formating_callback();
Changelog
| Deprecated since | 4.3.0 |
WC_Product_CSV_Importer::get_formating_callback() WC Product CSV Importer::get formating callback code WC 10.8.1
protected function get_formating_callback() {
return $this->get_formatting_callback();
}