Created
April 24, 2024 07:40
-
-
Save sachyya/7c97191dcadcbaa301ed6ea4119a9d6e to your computer and use it in GitHub Desktop.
Update previous code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
add_filter( 'cm_tsfwc_additional_search_params', 'poynting_alter_search_params' ); | |
function poynting_alter_search_params( $args ) { | |
$args['query_by'] = 'post_title,product_tags_attribute_filter' | |
return $args; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment