I want to update the custom wc_product_meta_lookup table without editing the existing/default one. This would be made easy if their was a filter on the lookup table data array in the function update_lookup_table() in the WC_Data_Store_WP Class definition (line 616): $update_data = apply_filters( ‘woocommerce_lookup_table_data’, $this->get_data_for_lookup_table( $id, $table ), $id, $table );
Open
Last updated: November 11, 2024
0 comments
Log in to comment on this feature request.