Relevanssi support
-
Any chance of getting Relevanssi support for the plugin?
It’d be fairly simple. In the
ajax_response()
function, just pass the query to Relevanssi:$query = new WP_Query( $query_args ); if ( function_exists( 'relevanssi_do_query' ) ) { relevanssi_do_query( $query ); }
That’s it.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Relevanssi support’ is closed to new replies.