utility_helper.php 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php if (!function_exists('flag')){ function flag($flag, $default = null, $encrypted = false){ return \LawFormsUSA\Flags\Flags::get($flag, $encrypted, $default); } }