Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51340, comment 16


Ignore:
Timestamp:
03/28/2023 08:44:53 PM (6 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51340, comment 16

    initial v1  
    5353}}}
    5454
    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.
    5656- If a plugin wants to have its own management of this, it can hook `wp_chmod` and act accordingly.
    5757- If nothing is otherwise blocking `chmod()`, run `chmod()`.