Files
2025-07-18 16:20:14 +07:00

11 lines
216 B
PHP

<?php
declare(strict_types=1);
function HookBrand_guidelinesGuidelinesExtra_videojs_content_html(array $ctx)
{
if (isset($ctx['caption'])) {
?><p><?php echo escape($ctx['caption']); ?></p><?php
}
}