[wp-hackers] How to dynamically register hook with post type ?

scribu scribu at gmail.com
Wed Jan 18 17:25:51 UTC 2012


If those post types are defined using another plugin (and are therefore
stored somewhere in the options table), then you're out of luck. The post
types will only be available on the blog where you defined them.

The obvious solution is to register them by hand, using
register_post_type().

-- 
http://scribu.net


More information about the wp-hackers mailing list