diff --git a/src/lang.cls.php b/src/lang.cls.php index 52596d983..4f02275cb 100644 --- a/src/lang.cls.php +++ b/src/lang.cls.php @@ -46,12 +46,12 @@ public static function maybe_translate($raw_string) { $map = array( 'auto_alias_failed_cdn' => - __('Unable to automatically add %1$s as a Domain Alias for main %2$s domain, due to potential CDN conflict.', 'litespeed-cache') . + __('Unable to automatically add %1$s as a Domain Alias for main %2$s domain, due to potential CDN conflict.', 'litespeed-cache') . ' ' . Doc::learn_more('https://quic.cloud/docs/cdn/dns/how-to-setup-domain-alias/', false, false, false, true), 'auto_alias_failed_uid' => - __('Unable to automatically add %1$s as a Domain Alias for main %2$s domain.', 'litespeed-cache') . + __('Unable to automatically add %1$s as a Domain Alias for main %2$s domain.', 'litespeed-cache') . ' ' . __('Alias is in use by another QUIC.cloud account.', 'litespeed-cache') . ' ' . diff --git a/thirdparty/entry.inc.php b/thirdparty/entry.inc.php index 5a8b6827c..5c245c318 100644 --- a/thirdparty/entry.inc.php +++ b/thirdparty/entry.inc.php @@ -37,6 +37,7 @@ 'WPML', 'WpTouch', 'Yith_Wishlist', + 'WP_Consent_API', ); foreach ($third_cls as $cls) { diff --git a/thirdparty/wp-consent-api.cls.php b/thirdparty/wp-consent-api.cls.php new file mode 100644 index 000000000..65f3784ff --- /dev/null +++ b/thirdparty/wp-consent-api.cls.php @@ -0,0 +1,26 @@ +