Import static replica of cigvillage.ie (WooCommerce storefront snapshot)
Some checks failed
/ deploy (push) Has been cancelled
Some checks failed
/ deploy (push) Has been cancelled
Scaffold (deploy workflow, AGENTS/CLAUDE/README) + full static mirror of cigvillage.ie: home, shop, product/category/tag pages, contact, blog. Dynamic commerce (cart/checkout/my-account/Stripe) is intentionally excluded — not functional on a static host.
This commit is contained in:
parent
9a8d40b290
commit
044a14be5e
422 changed files with 16026 additions and 1 deletions
1
wp-includes/js/dist/escape-html.min.js
vendored
Normal file
1
wp-includes/js/dist/escape-html.min.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
"use strict";var wp;(wp||={}).escapeHtml=(()=>{var u=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var E=(e,t)=>{for(var a in t)u(e,a,{get:t[a],enumerable:!0})},T=(e,t,a,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of f(t))!l.call(e,r)&&r!==a&&u(e,r,{get:()=>t[r],enumerable:!(p=o(t,r))||p.enumerable});return e};var _=e=>T(u({},"__esModule",{value:!0}),e);var d={};E(d,{escapeAmpersand:()=>c,escapeAttribute:()=>m,escapeEditableHTML:()=>b,escapeHTML:()=>A,escapeLessThan:()=>n,escapeQuotationMark:()=>s,isValidAttributeName:()=>F});function i(e){return e.replace(/>/g,">")}var g=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function c(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function s(e){return e.replace(/"/g,""")}function n(e){return e.replace(/</g,"<")}function m(e){return i(n(s(c(e))))}function A(e){return n(c(e))}function b(e){return n(e.replace(/&/g,"&"))}function F(e){return!g.test(e)}return _(d);})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue