infoWordPress CorecodePHPwebwordpresssystem_updateUpdatedangerousfatal_errorfunctionsundefined_functionlabelCommoncheck_circleEasy

Fatal error: Uncaught Error: Call to undefined function wp_get_sites()

The PHP runtime stopped because it could not find the function wp_get_sites(). WordPress loads this function only in multisite environments and only in versions prior to 4.6. When the code calls the function on a newer version or on a single‑site install, the function is never defined and PHP throws a fatal error.

The error appears as a blank page or a 500 response. It stops the request before any HTML is sent, so the dashboard and front‑end become inaccessible.

Symptoms

[dashicons-warning]
White screen of death
A blank page shows on the front‑end or admin area.
[dashicons-warning]
Fatal error message
PHP displays "Call to undefined function wp_get_sites()" with file path and line number.
[dashicons-warning]
500 Internal Server Error
Browser reports a server error for any request that triggers the call.

Common Causes

Function deprecated
wp_get_sites() was removed after WordPress 4.6 and replaced by get_sites().
Multisite not enabled
The site runs as a single‑site install, so multisite functions never load.
Early load order
Code calls the function before WordPress loads multisite core files.
Corrupted core files
Missing or damaged ms‑deprecated.php prevents the function from being defined.
Need this fixed right now?

Don't waste your day debugging. Our experts can Fix your issues in under 2 hours.*

Success Rate

100% Guaranteed

Starting from

$35 /hour
99+

Trusted by Business Owners

“I spent 3 days trying to fix the Elementor loading loop. These guys fixed it in 20 minutes. Lifesavers!”

— Sarah J., Web Designer

Related Issues

contact_mail
Contact Form 7: REST API request failed: 503 Service Unavailable
A 503 Service Unavailable response stops Contact Form 7 from sending data...
apiREST APIerror503descriptioncontact-form-7
contact_mail
Contact Form 7: REST API request failed: 429 Too Many Requests

The form tries to send data through the WordPress REST API. The...

apiREST APIerrorerrorsecurityfirewalldescriptioncontact-form-7settingsserver_configuration
contact_mail
Contact Form 7: REST API request failed: 401 Unauthorized

The form tries to send data via the WordPress REST API. The...

apiREST APIadmin_panel_settingspermissionsdescriptioncontact-form-7lock401
contact_mail
Contact Form 7: File upload error: temporary directory missing

The error appears when Contact Form 7 cannot locate a writable temporary...

codePHPcloud_offupload erroradmin_panel_settingspermissionsdescriptiontemporary filedescriptioncontact-form-7
contact_mail
Contact Form 7: Mail (2) sending failed: PHP mail() function disabled

Contact Form 7 reports a failure for Mail (2) when the PHP...

codePHPerrorerrordescriptioncontact-form-7mailMailsettingsserver_configuration
contact_mail
Contact Form 7: Mail (2) sending failed: SSL certificate verification failed

Contact Form 7 reports a failure when trying to send the secondary...

errorerrorlocksslcodecURLdescriptioncontact-form-7