Skip to content

Instantly share code, notes, and snippets.

View fanfarian's full-sized avatar

Stefan Reichert fanfarian

View GitHub Profile
@fanfarian
fanfarian / relevanssi-oshin.php
Created March 15, 2016 10:51
Wordpress Relevanssi search plugin with Oshin theme
/* Additional content from Oshin page builder is not indexed with the Relevanssi search plugin
* The Oshin page builder stores it's content in the 'wp_postmeta' table
* The function adds this content to the relevanssi index
*
* Oshin: 3.1 (http://brandexponents.com/oshin/)
* Relevanssi: 3.5.2 (http://www.relevanssi.com/)
*/
function add_extra_content($content, $post) {
global $wpdb;