-1

正在尝试安装 wp 插件-dt 世界时钟并收到此错误消息。

实际错误消息:

解析错误:语法错误,第 415 行 /var/www/html/wp-content/plugins/dt-world-clock/dt-world-clock.php 中的意外 '['

第 415 行是:

function DT_World_Clock_Shortcode($atts = [], $content = null, $tag = '') {

我不知道在哪里编辑-

非常感谢帮助...

  

4

1 回答 1

0

试试这个函数 DT_World_Clock_Shortcode($atts = array(), $content = null, $tag = "") {

于 2017-09-12T01:58:51.637 回答