芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/carotiti/wp-content/plugins/duplicator/template/parts/help/category-list.php
$tplData */ /** @var Category[] $categories */ $categories = $tplData['categories']; if (empty($categories)) : ?>
', '' ); ?>
getName()); ?>
getChildren()) > 0) { ?> render('parts/help/category-list', ['categories' => $category->getChildren()]); } ?> getArticleCount() > 0) : ?> render( 'parts/help/article-list', [ 'articles' => Help::getInstance()->getArticlesByCategory($category->getId()), 'list_class' => 'duplicator-help-article-list', ] ); ?>