我刚刚在我的 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>';
}
Cats萌萌