Hello
I want to add a CSS class to the questioner meta box on the question page and I want a condition, like the condition below
$cssclass = $questioner ? 'class' : '';
See the photo below
I mean, what function should I actually use to get the person who asked the question?