Wordpress php fatal error: Call to undefined function language_attributes()?
问题 How do I fix the following error. Fatal error: Call to undefined function language_attributes() 回答1: It looks as if your theme either did not upload correctly, or it is not compatible with the version of wordpress that you are using. 回答2: This can happen if you have no wp-config.php file. Rename the wp-config-sample.php file to wp-config.php, edit the db-settings and try again. 回答3: What version of WP are you using? From my research I found that the language_attributes() function is a new