Merge pull request #2506 from woocommerce/PCP-3492-static-meta-comment-in-html-source-when-fastlane-is-active

Update static meta value for Fastlane feature detection (3492)
This commit is contained in:
Emili Castells 2024-08-20 12:15:42 +02:00 committed by GitHub
commit 31afc7263e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -433,7 +433,7 @@ class AxoModule implements ModuleInterface {
}
printf(
'<meta name="ppcp.axo" content="%s" />',
'<meta name="ppcp.axo" content="ppcp.axo.%s" />',
$axo_enabled ? 'enabled' : 'disabled'
);
}