We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ccc7f commit c55ce70Copy full SHA for c55ce70
includes/ProductSets/ProductSetSync.php
@@ -249,7 +249,7 @@ private function sync_all_wc_product_categories() {
249
*
250
* @param \WP_Term $wc_category The WooCommerce category object.
251
*/
252
- private function sync_products_in_category( $wc_category ) {
+ protected function sync_products_in_category( $wc_category ) {
253
if ( ! $wc_category instanceof \WP_Term ) {
254
return;
255
}
0 commit comments