utility_helper.php 183 Bytes
<?php

if (!function_exists('flag')){
    function flag($flag, $default = null, $encrypted = false){
        return \LawFormsUSA\Flags\Flags::get($flag, $encrypted, $default);
    }
}