We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103d532 commit afd6e00Copy full SHA for afd6e00
includes/class-attachments.php
@@ -44,6 +44,8 @@ public static function delete_ap_posts_directory( $post_id ) {
44
return;
45
}
46
47
+ require_once ABSPATH . 'wp-admin/includes/file.php';
48
+
49
\WP_Filesystem();
50
global $wp_filesystem;
51
0 commit comments