php - Wordpress子主题提示:Fatal error: Cannot redeclare YOUR_FUNCTION()
阿神
阿神 2017-04-10 15:03:53
0
1
430
if ( !function_exists( 'YOUR_FUNCTION' ) ) {
    function YOUR_FUNCTION() {
        // Do something.
    }
}

官方文档明明说过"用这种方式,子主题可以替换父主题中的一个PHP函数,只需要简单地对它再次声明。"

为什么在实际使用中提示 Fatal error: Cannot redeclare YOUR_FUNCTION()
而且这个现象在functions.php更新后不会马上提示,而是过几分钟后才出现

阿神
阿神

闭关修行中......

Antworte allen(1)
巴扎黑

同求答案我也遇到这个问题。官方文档不可能出错吧?

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage