Help get page approver name
Permalink 1 user found helpful
which variable can I access the CollectionVersion object?
Try this :
$c = Page::getCurrentPage(); $cvo= $c->getVersionObject(); $approver = $cvo->getVersionApproverUserName(); echo $approver;
it works perfect, you just saved my hair from getting pulled