popnoire/site/OFF_plugins/embed/registry/field-method.php
2026-02-12 15:22:46 +01:00

9 lines
251 B
PHP

<?php
// ================================================
// $page->video()->embed()
// ================================================
$kirby->set('field::method', 'embed', function($field, $args = []) {
return embed($field->value, $args);
});