Skip to content
Snippets Groups Projects

Only one variation of the Variable Product in the feed

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Krzysztof Dyszczyk
    google_merchant_one_variation.php 213 B
    add_filter( 'wpdesk_google_merchant_variations', function ( $variations ) {
    	if ( is_array( $variations ) && count( $variations ) > 1 ) {
    		$variations = array( reset( $variations ) );
    	}
    	return $variations;
    } );
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment