Changes between Initial Version and Version 1 of Ticket #58541, comment 4
- Timestamp:
- 06/20/2023 01:35:15 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58541, comment 4
initial v1 1 1 Hi @jobst, thanks for getting back to me on this! 2 2 3 I can call `WP_Filesystem()` without any parameters andwith the correct constants set in `wp-config.php`, `WP_Filesystem()` connects just fine and `$wp_filesystem->put_contents()` works.3 I can call `WP_Filesystem()` ~~without any parameters and~~ with the correct constants set in `wp-config.php`, `WP_Filesystem()` connects just fine and `$wp_filesystem->put_contents()` works. 4 4 5 5 In case you didn't see this in my last comment: … … 8 8 9 9 If you can then post the value that's dumped into a comment here, that would be great! 10 11 Edit: Corrected the "without any parameters". The particular test I ran ''did'' pass parameters.