php 的functions.phpを分割
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 的functions.phpを分割相关的知识,希望对你有一定的参考价值。
<?php
//functions.phpを分割
$my_functions_dir = 'functions_inc/';
$my_functions_dir = array(
$my_functions_dir . 'shortcode',
$my_functions_dir . 'dashboard',
$my_functions_dir . 'blog',
$my_functions_dir . 'meta',
$my_functions_dir . 'editor',
$my_functions_dir . 'if'
);
foreach ($my_functions_dir as $my_functions_dir) {
get_template_part($my_functions_dir);
}
以上是关于php 的functions.phpを分割的主要内容,如果未能解决你的问题,请参考以下文章
php 【WordPress的】的functions.php
php WordPress的-的functions.php
php 的functions.php
php 的functions.php
php 的functions.php
php 额外的functions.php