Title: [Plugin: Ultimate Post Type Manager] Improvement
Last modified: August 20, 2016

---

# [Plugin: Ultimate Post Type Manager] Improvement

 *  [Covi](https://wordpress.org/support/users/covi/)
 * (@covi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-ultimate-post-type-manager-improvement/)
 * Can’t send tickets on trac, but if the plugin have some functions as this…
 *     ```
       Line 137 * xydac_checkbool()
       Line 138 * Converts string(false) to bool(false) and all other string to bool(true)
       ```
   
 * oO?, why not just force type:
    `(bool) $var`
 * If you still want use this function:
    `function xydac_checkbool($string = ''){
   return (bool) $string; }`
 * [http://wordpress.org/extend/plugins/ultimate-post-type-manager/](http://wordpress.org/extend/plugins/ultimate-post-type-manager/)

The topic ‘[Plugin: Ultimate Post Type Manager] Improvement’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [Covi](https://wordpress.org/support/users/covi/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-ultimate-post-type-manager-improvement/)
 * Status: not resolved