Forums

Ultimate Post Type Manager
Improvement (1 post)

  1. Covi
    Member
    Posted 8 months ago #

    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/

Reply

You must log in to post.

About this Plugin

About this Topic