1 2 3 4 5
<?php if (isset($task['render_project_name']) && $task['render_project_name']): ?> <h2> <?= $task['project_name'] ?> </h2> <?php endif ?>