Remove automatic indexing in Relevanssi

Remove automatic indexing in Relevanssi on child sites.

Snippet Type

Execute on Child Sites

Snippet

remove_action( 'wp_insert_post', 'relevanssi_insert_edit', 99 );
remove_action( 'wp_after_insert_post', 'relevanssi_insert_edit', 99 ); 

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.