0
解析錯誤:語法錯誤,意外'Pre'(T_STRING),期待','或';'在你的代碼上719線這行PHP代碼有什麼問題?
719: if (get_the_author_meta('Pre-Rolls') != '0') { echo get_the_author_meta('Pre-Rolls'); }
我看不到我在哪裏失蹤了,或者;?
它不喜歡前卷中的「 - 」嗎?這是問題嗎?
解析錯誤:語法錯誤,意外'Pre'(T_STRING),期待','或';'在你的代碼上719線這行PHP代碼有什麼問題?
719: if (get_the_author_meta('Pre-Rolls') != '0') { echo get_the_author_meta('Pre-Rolls'); }
我看不到我在哪裏失蹤了,或者;?
它不喜歡前卷中的「 - 」嗎?這是問題嗎?
您可能在該行之前的某個位置丟失了一個''''。 – Gumbo
@Gumbo說這條線看起來很乾淨,它肯定是在它之前的線上 – CodeBird
'719:'應該在那裏嗎? – CodeAngry