Changes between Initial Version and Version 1 of Ticket #51340, comment 16
- Timestamp:
- 03/28/2023 08:44:53 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51340, comment 16
initial v1 53 53 }}} 54 54 55 - If the server admin doesn't want `chmod()` to run, they can disable `chmod()` in the `disable_functions` directive (either globally, or just for WordPress sites).55 - If the server admin doesn't want `chmod()` to run, they can disable `chmod()` in the `disable_functions` directive. 56 56 - If a plugin wants to have its own management of this, it can hook `wp_chmod` and act accordingly. 57 57 - If nothing is otherwise blocking `chmod()`, run `chmod()`.