Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 16, 2022 15:08
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/e25ff620143d535d9c6412e10af93e5b to your computer and use it in GitHub Desktop.
Save searchwpgists/e25ff620143d535d9c6412e10af93e5b to your computer and use it in GitHub Desktop.
Load all Source Attribute data for SearchWP search results
<?php
// Load all Source Attribute data for SearchWP search results.
add_filter( 'searchwp\query\result\load_data\all_attributes', 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