Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 16, 2022 16:38
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/1f888f015a5e798c75426b46ccc13aa0 to your computer and use it in GitHub Desktop.
Save searchwpgists/1f888f015a5e798c75426b46ccc13aa0 to your computer and use it in GitHub Desktop.
Drop Media from results that have no parent when parent attribution has been enabled in SearchWP.
<?php
// Drop Media from results that have no parent when parent attribution has been enabled in SearchWP.
// @link https://searchwp.com/documentation/hooks/searchwp-source-post-post_type-parent_attribution-strict
add_filter( 'searchwp\source\post\attachment\parent_attribution\strict', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment