php Sage 9 - 必需的文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Sage 9 - 必需的文件相关的知识,希望对你有一定的参考价值。

/**
 * Sage required files
 *
 * The mapped array determines the code library included in your theme.
 * Add or remove files to the array as needed. Supports child theme overrides.
 */
array_map(function ($file) use ($sage_error) {
    $file = "../app/{$file}.php";
    if (!locate_template($file, true, true)) {
        $sage_error(sprintf(__('Error locating <code>%s</code> for inclusion.', 'sage'), $file), 'File not found');
    }
}, ['helpers', 'setup', 'filters', 'admin', 'custom-post-types', 'ejh-functions', 'ejh-bootstrap4-navwalker']);

以上是关于php Sage 9 - 必需的文件的主要内容,如果未能解决你的问题,请参考以下文章

php Sage 9&Slick

php WooCommerce | Sage 9中的条件登录/注销链接

php Acf Pro&Sage 9 - 灵活的内容块

php Sage 9 ACF自定义帖子类型和选项页面

php viewScroller.js |将viewScroller添加到Sage 9

php viewScroller.j |将viewScroller添加到Sage 9