﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17447,Add 'register_post_type_args' hook,mikeschinkel,,"I have two different use cases where I ideally would be able to hook the `register_post_type()` function:

1. To add custom attributes and custom `'supports'` values; current hooks don't allow adding support at the right time to be fully robust.

2. To disable the default rewrite logic in order to support customized rewrite logic passed as custom attributes.

I've attached a patch that adds `'pre_register_post_type'` and `'register_post_type'` hooks to `register_post_type()`.",enhancement,new,normal,Awaiting Review,Post Types,3.1,normal,,has-patch dev-feedback 2nd-opinion,mikeschinkel@… jeve0@…
