FTP info in WP-config

/* FTP */ define( 'FTP_USER', 'MY_FTP_USERL' ); define( 'FTP_PASS', 'MY_FTP_PASW' ); define( 'FTP_HOST', 'MY_FTP_URL' ); define( 'FTP_SSL', false );
Some time you need to write the ftp info un the wp-config file ... for automatique Update plugins and core.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.