mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://github.com/easydigitaldownloads/library/blob/master/_downloads/exclude-from-search.html
7 lines
234 B
Text
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.
|