Пример #1
0
function cred_form($form, $post_id = false, $return = false)
{
    $output = CRED_Helper::cred_form($form, $post_id);
    if ($return) {
        return $output;
    }
    echo $output;
}