I want to use a custom wc_product_meta_lookup table without editing the existing/default one. This would be made easy if their was a filter on the tables array in the function define_tables() in the Main WooCommerce Class definition (line 476):
$tables = apply_filters( ‘woocommerce_define_tables’, array( … ) );
Open
Last updated: November 9, 2024
0 comments
Log in to comment on this feature request.