function(array $rep) { if ( isset($rep['tabs']) && ($rep['alias_code'] === 'mvc') ) { return true; } return false; }