Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created October 31, 2017 10:25
Show Gist options
  • Save barrykooij/6999fc9106c8f2ede388e78e64ffbc1a to your computer and use it in GitHub Desktop.
Save barrykooij/6999fc9106c8f2ede388e78e64ffbc1a to your computer and use it in GitHub Desktop.
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