11 lines
216 B
PHP
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
|
|
}
|
|
}
|