Search results: “rowntree”
Showing all 3 results
add_filter( 'dgwt/wcas/tnt/product/score', function ( $score, $product_id, $product, $query ) { if (! empty($product->meta['promoted'])) { $score += 500; } return $score; }, 10, 4 );
Showing all 3 results