Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Last active March 16, 2022 16:25
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/59642498a31e2dbe426df85460e21fae to your computer and use it in GitHub Desktop.
Save searchwpgists/59642498a31e2dbe426df85460e21fae to your computer and use it in GitHub Desktop.
Load Source Attribute data for SearchWP search results
<?php
// Load Source Attribute data for SearchWP search results.
add_filter( 'searchwp\query\result\load_data', function( $enabled, $args ) {
return true;
}, 30, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment