Code-Snippets-Functions/Execute a function on a child site/Easy Digital Downloads/exclude-from-search.txt

7 lines
234 B
Text

function sumobi_download_post_type_args( $download_args ) {
$download_args['exclude_from_search'] = true;
return $download_args;
}
add_filter( 'edd_download_post_type_args', 'sumobi_download_post_type_args' );
© 2019 GitHub, Inc.