Programming
<?
function checkMindset($bookers_mindset)
{
if ($bookers_mindset == 'motivated')
{
print 'Code will go here';
return true;
}
else
{
remove_tab('programming');
return false;
}
}
?>
