You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SubCommands/FixFileAndDirPermissions.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,14 @@ public function output() : bool {
24
24
returnfalse;
25
25
}
26
26
27
+
\WP_CLI::confirm( 'This command will change file and folder permissions inside your WordPress installation which might affect the way it works. Are you sure that you want to do this?' );
28
+
27
29
$iterator = new \RecursiveDirectoryIterator(ABSPATH);
0 commit comments