We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0430cff commit 08a64beCopy full SHA for 08a64be
WPFS.php
@@ -30,6 +30,7 @@ final public static function load(
30
31
private static function hook(): void {
32
require_once ABSPATH . 'wp-admin/includes/file.php';
33
+ require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
34
\add_filter( 'filesystem_method', array( self::class, 'fs_method' ), 99, 2 );
35
}
36
0 commit comments