/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
I am not aware of sources of wild meat here in my area. I have not looked so maybe that is a project for me.It's well worth it.Raw blood from wild game is the best re taste, and wild game in general tastes way better than standard grassfed meats.
Alright guys, here's the question. Who eats raw pork?
I would if I could find a quality grass fed source in my area. The problem with most pork is that it is grain fed. Personally, I avoid it due to the abundance of quality grass fed beef and lamb choices available. Why eat something unless you know it is 100% wild or pasture raised?
I got some level 5 rated pork at whole foods. Although it had a high rating, I'm sure it had a nasty diet.Level 5? What does that mean? In the UK, they have been trying for years to install a new 5-level organic rating , whereby 1 is unprocessed(ie raw?) wild game, 2 is the best grassfed, organic meat, and 5 is sort of intensively-farmed organic(and 100% grainfed etc.). But I suppose wholefoods rating is quite different.
Level 5? What does that mean? In the UK, they have been trying for years to install a new 5-level organic rating , whereby 1 is unprocessed(ie raw?) wild game, 2 is the best grassfed, organic meat, and 5 is sort of intensively-farmed organic(and 100% grainfed etc.). But I suppose wholefoods rating is quite different.
So while these pigs living conditions were greatt, their diet was likely corn and other junk.
What do Pigs Eat?
Pigs are omnivores, which means that they eat plants and animals. Pigs eat almost any kind of food, including dead insects, worms, trees, bark, garbage and even dead pigs. In the wild, they forage for their food. They mainly eat leaves, grass, roots, fruits and flowers. So now you know what pigs eat!http://wanttoknowit.com/what-do-pigs-eat/ (http://wanttoknowit.com/what-do-pigs-eat/)