WordPress怎么实现音频小工具自动播放呢?WordPress自带的小工具是不带这个功能的,必须自已手动修改,在FTP找到文件

找到文件后,修改位置大概在70多行,如图。插入。提供的代码。
'autoplay'=>array( 'type' => 'string', 'enum' => array( 'none', 'auto', 'metadata' ), 'default' => 'none', 'description' => __( 'Autoplay' ), ),
修改成功后,保存,替换即可