: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace WPML\Requirements;
public static function checkMinimumRequiredVersion() {
if ( version_compare( $GLOBALS['wp_version'], 4.4, '<' ) ) {
add_action( 'admin_notices', [ __CLASS__, 'displayMissingVersionRequirementNotice' ] );
public static function displayMissingVersionRequirementNotice() {
<p><?php esc_html_e( 'WPML is disabled because it requires WordPress version 4.4 or above.', 'sitepress' ); ?></p>