woocommerce_product_csv_importer_steps хук-фильтр . WC 1.0
Использование
add_filter( 'woocommerce_product_csv_importer_steps', 'filter_function_name_1391' ); function filter_function_name_1391( $default_steps ){ // filter... return $default_steps; }
- $default_steps
- -
Где вызывается хук
woocommerce_product_csv_importer_steps
woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php 150
$this->steps = apply_filters( 'woocommerce_product_csv_importer_steps', $default_steps );