Added body class for OceanWP

main
Rich Hall 3 years ago
parent dd8923fd7c
commit a4671c3387

@ -14054,7 +14054,9 @@
"low", "low",
"recurring" "recurring"
], ],
"dom": "link[rel='stylesheet'][id*='oceanwp-style-css']", "dom": ["link[rel='stylesheet'][id*='oceanwp-style-css']",
"body[class*='oceanwp-theme']"
],
"html": [ "html": [
"<link[^>]* href=[\\'\"][^']+oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1" "<link[^>]* href=[\\'\"][^']+oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1"
], ],