Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created November 5, 2019 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/87e8f66dfdd47b1a4cc01c207307dfa6 to your computer and use it in GitHub Desktop.
Save plugin-republic/87e8f66dfdd47b1a4cc01c207307dfa6 to your computer and use it in GitHub Desktop.
<?php
/**
* Include variations in products rule
*/
function prefix_search_products_method( $method, $args ) {
return 'woocommerce_json_search_products_and_variations';
}
add_filter( 'wcfad_search_products_method', 'prefix_search_products_method', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment