Replies: 0
We have the following 2 lines in the wp-config.php file.
define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘my-password’ );
After WordPress upgrade the line “define( ‘WPMS_ON’, true );” only gets removed. why?
Replies: 0
We have the following 2 lines in the wp-config.php file.
define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘my-password’ );
After WordPress upgrade the line “define( ‘WPMS_ON’, true );” only gets removed. why?