Skip to content

Instantly share code, notes, and snippets.

@NickToye
Forked from anonymous/gist:4996553
Created February 20, 2013 16:17
Show Gist options
  • Save NickToye/4996737 to your computer and use it in GitHub Desktop.
Save NickToye/4996737 to your computer and use it in GitHub Desktop.
<?php
if (function_exists('contact_detail')) {
$chair = contact_detail('chair');
$phone = contact_detail('phone');
$email = contact_detail('email');
$mobile = contact_detail('mobile');
$address = contact_detail('address');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment