Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 15, 2016 03:22
Embed
What would you like to do?
Prevent vendor libraries from being loaded within SearchWP
<?php
add_filter( 'searchwp_skip_vendor_libs', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment