Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 16, 2022 16:37
Show Gist options
  • Save searchwpgists/e8148c81ef02932c81e3f71451a072de to your computer and use it in GitHub Desktop.
Save searchwpgists/e8148c81ef02932c81e3f71451a072de to your computer and use it in GitHub Desktop.
Disable parent weight attribution for Pages in SearchWP
<?php
// Disable parent weight attribution for Pages in SearchWP.
add_filter( 'searchwp\source\post\page\parent_attribution', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment