Skip to content

Instantly share code, notes, and snippets.

@rmorse
Last active September 22, 2015 14:39
Show Gist options
  • Save rmorse/50bf7c5ffdb69a8c4eb5 to your computer and use it in GitHub Desktop.
Save rmorse/50bf7c5ffdb69a8c4eb5 to your computer and use it in GitHub Desktop.
Search & Filter Pro - Marketify
<?php
//add this to functions.php and replace `14` with the ID of your search form
function search_filter_marketify_entry_before() {
do_action( 'search_filter_prep_query', 14 );
}
add_action( 'marketify_entry_before', 'search_filter_marketify_entry_before' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment