Created
December 1, 2014 05:02
-
-
Save jchristopher/a9feeada97be38a7635e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*--------------------------------------------------------------------*/ | |
/* Amend parent bean theme functions | |
/*--------------------------------------------------------------------*/ | |
// Unhook bean functions | |
function unhook_bean_functions() { | |
remove_filter( 'pre_get_posts', 'BeanSearchFilter' ); | |
} | |
add_action( 'init', 'unhook_bean_functions' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment