0
此代碼:
if( get_theme_mod('enable_content_background_color') && empty(get_theme_mod('content_background_image'))) {
$custom .= " .site-content {
background-image: none;
}"."\n";
觸發此錯誤:
Can't use function return value in write context in /home3/*******/public_html/*******/wp-content/themes/outliner/includes/styles.php on line 41
我不知道爲什麼?
我認爲你的文件擴展名是錯誤的。它應該是styles.css.php –