关于 functions.php

目前在 functions.php 能直接被自动调用的函数太少了,希望能多增加一些,能是现实类似
系统自动调用 themeCustom 以 theme 开头的自定义函数
- 代码: 全选
function themeCustom($post){
....
}
系统自动调用 themeCustom 以 theme 开头的自定义函数
function themeCustom($post){
....
}