Site down
-
Uncaught Error: Call to undefined method WPMailSMTP\Core::get_site_health() in /var/www/html/wp-content/plugins/wp-mail-smtp/src/Core.php:195
wp-config.php
<?php define('WP_CONTENT_DIR', '/var/www/html/wp-content'); $table_prefix = getenv('TABLE_PREFIX') ?: 'wp_'; foreach ($_ENV as $key => $value) { $capitalized = strtoupper($key); if (!defined($capitalized)) { define($capitalized, $value); } } // wp-smtp define( 'WPMS_ON', true ); define( 'WPMS_MAIL_FROM_FORCE', true );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Site down’ is closed to new replies.