PHP Fatal error: Call to undefined function WP_Filesystem()

"internal server error"

wp-content/themes/xxxxxx/inc/custom-functions.php on line 529

Topic 500-internal-error fatal-error Wordpress

Category Web


The error is in custom-functions.php line 529 where you might be using file system function outside of admin, you can fix this by including the core admin file.php file like this.

require_once(ABSPATH . 'wp-admin/includes/file.php');

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.