嘿,任何人都可以解决此问题,我收到此错误“解析错误:语法错误,意外的';',期望/home/vol10_1/epizy.com/epiz_24392870/linkslogin.ml/htdocs/wp中的']' -content / themes / Movies Theme / includes / admin / enqueue.php,位于第10行“
任何人都可以修复它并在此处给我文件或粘贴代码对于我来说,我对IT没有任何想法,非常感谢您,这里是enqueue.php的代码
<?php
// adding styles in amdin panel
function nx_admin_enqueue(){
if(!isset($_GET['page'])
|| !in_array($_GET['page'], ['nx-basic-options', 'nx-ads-options', 'nx-custom-options']))
return;
[
nx_site_enqueue();
}