woocommerce_export_{$this->export_type}_row_data

woocommerce_export_{$this->export_type}_row_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_export_{$this->export_type}_row_data') is found 1 times:

  • /src/Admin/ReportCSVExporter.php line 330

    Warning: Undefined array key 332 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 333 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 334 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 335 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			// Fallback to raw report data.
    			$row = $this->get_raw_row_data( $item );
    		}
    
    		return apply_filters( "woocommerce_export_{$this->export_type}_row_data", $row, $item );
    	}
    }