【发布时间】:2020-03-11 07:14:58
【问题描述】:
我刚刚在我的 word-press 网站上安装了一个插件,现在我收到了这条消息:
致命错误:无法在 /home2/royaldlx/public_html/wp-content/plugins/motopress-hotel-booking-lite/includes/admin/manage-cpt-pages/booking- 的写入上下文中使用方法返回值manage-cpt-page.php 在第 194 行
发生了什么事?有什么办法可以解决吗?先感谢您。 代码下方:
if ( !empty( $customer->getEmail() ) ) {
$customerInfo .= '<br />'
. '<a href="mailto:' . esc_attr( $customer->getEmail() ) . '">'
. esc_html( $customer->getEmail() )
. '</a>';
}
【问题讨论】:
-
代码在哪里?
-
添加好的代码:)