Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 3, 2018 22:06
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/be90051423593b35c13e685c883ea526 to your computer and use it in GitHub Desktop.
Save jchristopher/be90051423593b35c13e685c883ea526 to your computer and use it in GitHub Desktop.
Include calculated result weight in SearchWP's debug log
<?php
// Will append the calculated result weight after the title in the debug log
add_filter( 'searchwp_debug_append_weights_to_titles', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment