Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created August 31, 2012 02:55
Show Gist options
  • Select an option

  • Save pippinsplugins/3548362 to your computer and use it in GitHub Desktop.

Select an option

Save pippinsplugins/3548362 to your computer and use it in GitHub Desktop.
function pw_edd_change_download_cap( $args ) {
$args['capability_type'] = 'page';
return $args;
}
add_filter( 'edd_download_post_type_args', 'pw_edd_change_download_cap' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment