Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created September 5, 2019 16:19
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 jchristopher/34766f510b5235511d4a2d318b891114 to your computer and use it in GitHub Desktop.
Save jchristopher/34766f510b5235511d4a2d318b891114 to your computer and use it in GitHub Desktop.
Tell SearchWP to persist Extra Metadata
<?php
add_filter( 'searchwp_persist_extra_metadata', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment