Title: [Plugin: Custom Content Type Manager] PHP code Export Option
Last modified: August 20, 2016

---

# [Plugin: Custom Content Type Manager] PHP code Export Option

 *  [Tanmoy](https://wordpress.org/support/users/sktanmoy/)
 * (@sktanmoy)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-code-export-option/)
 * Please add option to export PHP code like “Custom Post Type UI” or “More Types”
   so that we can add codes to theme’s function and get the functionality without
   running the plugin. 🙂
 * [http://wordpress.org/extend/plugins/custom-content-type-manager/](http://wordpress.org/extend/plugins/custom-content-type-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-code-export-option/#post-2399431)
 * That is completely impossible: the way that custom post types are stored requires
   that the definitions be executed as PHP code: WP has no internal/unified way 
   of storing those things, so you MUST run the plugin — it does so many things 
   on a very deep level and it alters huge amounts of the WordPress behavior. Asking
   for the functionality “without the plugin” is like asking to fly while being 
   served cocktails, but without the plane. You just can’t do that.
 * Custom Post UI stores its data as taxonomies, so the way it works is completely
   different on a fundamental level — it prevents you from having custom values 
   longer than 255 characters, for example.
 * Please post feature requests in the issue tracker: [http://code.google.com/p/wordpress-custom-content-type-manager/](http://code.google.com/p/wordpress-custom-content-type-manager/)
 *  Thread Starter [Tanmoy](https://wordpress.org/support/users/sktanmoy/)
 * (@sktanmoy)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-code-export-option/#post-2399432)
 * I probably missed some points.
 * We can easily inset the codes into functions.php of theme.
    Custom Post Type 
   UI provides us codes to just paste into Theme’s function file.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Custom Content Type Manager] PHP code Export Option’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tanmoy](https://wordpress.org/support/users/sktanmoy/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-php-code-export-option/#post-2399432)
 * Status: not resolved