Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #51340, comment 12


Ignore:
Timestamp:
03/27/2023 11:20:53 AM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51340, comment 12

    v3 v4  
    77That way:
    88- If a server admin wants to disable these functions because of their preferred configuration, Core won't output any errors.
    9 - It removes the need to add a filter or constant for each site on the server (may need a `php.ini` for each WordPress site on the server if `chmod()`/`chown()` are desired elsewhere for some reason.
     9- It removes the need to add a filter or constant for each site on the server.
     10  - May need a `php.ini` for each WordPress site on the server if `chmod()`/`chown()` are desired elsewhere for some reason.
    1011- It means Core doesn't have to maintain a constant/filter for this purpose.
    1112