Created
October 31, 2017 10:25
-
-
Save barrykooij/6999fc9106c8f2ede388e78e64ffbc1a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
function dlm_custom_cpt_args( $args ) { | |
$args['exclude_from_search'] = false; | |
return true; | |
} | |
add_filter( 'dlm_cpt_dlm_download_args', 'dlm_custom_cpt_args' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment