Make WordPress Core

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


Ignore:
Timestamp:
03/26/2025 02:01:44 AM (17 months ago)
Author:
hideishi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62718, comment 16

    initial v1  
    55Following is the snipet of wp-config.php.
    66
    7 ```
     7
     8{{{
    89define('FS_METHOD', 'ftpext');
    910define('FTP_HOST', 'localhost');
    10 define('FTP_USER', 'kusanagi');
     11define('FTP_USER', 'your user');
    1112define('FTP_PASS', 'your secret password');
    12 ```
     13}}}
    1314
    1415I would recommend to focus on core updates rather than plugin/theme updates due to following reason although it is harder to setup the environment.