mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
💬 Add “ppcp.axo.” prefix to meta value
This commit is contained in:
parent
0e24db159f
commit
3879c417aa
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class AxoModule implements ModuleInterface {
|
|||
}
|
||||
|
||||
printf(
|
||||
'<meta name="ppcp.axo" content="%s" />',
|
||||
'<meta name="ppcp.axo" content="ppcp.axo.%s" />',
|
||||
$axo_enabled ? 'enabled' : 'disabled'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue