Add_Custom_Fields_To_Search::add_hooks()
Adds hooks
Return Return
(void)
Source Source
File: includes/class-add-custom-fields-to-search.php
public function add_hooks() { add_filter( 'posts_distinct', array( $this, 'cf_search_distinct' ) ); add_filter( 'posts_join', array( $this, 'cf_search_join' ) ); add_filter( 'posts_where', array( $this, 'cf_search_where' ) ); }
Expand full source codeCollapse full source codeView on Github