致命错误:对未定义函数的调用为_MULTITE()

时间:2010-12-23 作者:Scott B

我的主题在is\\u multisite()调用周围有一个“function\\u exists”包装,如下所示。。。

if(function_exists(is_multisite()))
{
    //do something
}
但是,我仍然在安装主题时遇到此错误。。。

Fatal error: Call to undefined function is_multisite()
我错过了什么?

1 个回复
最合适的回答,由SO网友:onetrickpony 整理而成

the quotes: if(function_exists(\'is_multisite\'))

结束

相关推荐

Displaying oEmbed errors?

有时,通过oEmbed嵌入项目是不可能的,例如,当YouTube视频已禁用嵌入时。The oEmbed service will return a 401 Unauthorized, 并且不会转换代码。有没有办法通知用户这一点?当前的工作流是非直观的(至少对我来说),我更喜欢在WordPress页面上,或者更好的是,在编辑器中显示一条消息,说明对象无法嵌入。