예제 #1
0
파일: index.php 프로젝트: hingst/layotter
function layotter_include_example_element()
{
    if (Layotter_Settings::example_element_enabled()) {
        require_once __DIR__ . '/example/field-group.php';
        require_once __DIR__ . '/example/element.php';
    }
}