Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 16, 2022 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searchwpgists/d8322fa29da4ee0d23cc9ed7a2b693dd to your computer and use it in GitHub Desktop.
Save searchwpgists/d8322fa29da4ee0d23cc9ed7a2b693dd to your computer and use it in GitHub Desktop.
Disable Gutenberg block parsing during SearchWP indexing
<?php
// Disable Gutenberg block parsing during SearchWP indexing.
add_filter( 'searchwp\source\post\attributes\content\do_blocks', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment