{"id":19512,"date":"2022-05-24T14:09:56","date_gmt":"2022-05-24T05:09:56","guid":{"rendered":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/%eb%b0%b0%ec%86%a1%ec%a7%80-%eb%aa%a9%eb%a1%9d%ec%9d%98-%eb%af%b8%eb%a6%ac%eb%b3%b4%ea%b8%b0-%ec%a0%95%eb%b3%b4-%eb%b3%80%ea%b2%bd%ed%95%98%ea%b8%b0\/"},"modified":"2022-05-24T14:21:50","modified_gmt":"2022-05-24T05:21:50","slug":"preview","status":"publish","type":"docs","link":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/","title":{"rendered":"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30"},"content":{"rendered":"<p><strong>\ucf54\ub4dc\uc5e0\uc0f5 \ub300\ud55c\ubbfc\uad6d \uc8fc\uc18c \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \uc9c1\uc811 \uc0dd\uc131\ud558\uc2e0 \uccad\uad6c\uc9c0 \ud544\ub4dc\uac00 DIY \uccb4\ud06c\uc544\uc6c3\uc758 \ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc5d0\uc11c \ubcf4\uc774\uc9c0 \uc54a\ub294 \uacbd\uc6b0<br \/>\n \uc544\ub798 \ucf54\ub4dc\uc5d0 \ub9de\ucdb0 \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc758 functions.php \ud30c\uc77c\uc5d0 \uc804\ubd80 \ucd94\uac00\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. <\/strong><\/p>\n<p><strong>\uc544\ub798 \ub0b4\uc6a9\uc740 &#8220;\uc5e0\uc0f5 \ub300\ud55c\ubbfc\uad6d \uc8fc\uc18c &#038; \uccb4\ud06c\uc544\uc6c3 \uc5d0\ub514\ud130&#8221; \ud50c\ub7ec\uadf8\uc778 5.3.7 \ubc84\uc804\ubd80\ud130 \uc774\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4. <\/strong><\/p>\n<hr>\n<p>\uc544\ub798 \uc0d8\ud50c \ucf54\ub4dc\ub4e4\uc5d0\uc11c\ub294 <strong>billing_sample<\/strong> \uc774\ub77c\ub294 \ud544\ub4dc\uc5d0 \uc785\ub825\ub41c \uac12\uc744 \ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \uc0c1\ub2e8 \ubd80\ubd84\uc5d0 \ucd9c\ub825\ub418\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n\uc2e4\uc81c \ucf54\ub4dc \uc801\uc6a9 \uc2dc\uc5d0\ub294 <strong>billing_sample<\/strong> \ub300\uc2e0 \uc9c1\uc811 \ucd94\uac00\ud558\uc2e0 \ud544\ub4dc\uc758 \uc544\uc774\ub514 \uac12\uc744 \ucd94\uac00\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<pre>\r\nfunction custom_msaddr_billing_address_book_formatted( $address, $billing ) {\r\n    $address = array_merge( $address,\r\n        array(\r\n            <strong>\/\/\ucd94\uac00\ud558\uc2e0 \ud544\ub4dc \uc911, \ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc5d0\uc11c \ubbf8\ub9ac \ubcf4\uc5ec\uc9c8 \uc815\ubcf4\uc758 \ud544\ub4dc \uc544\uc774\ub514\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.<\/strong>\r\n            'billing_sample'    => $billing['billing_sample'],\r\n        )\r\n    );\r\n    return $address;\r\n}\r\nadd_filter( 'msaddr_billing_address_book_formatted_address', 'custom_msaddr_billing_address_book_formatted', 10, 2);\r\n<\/pre>\n<pre>function custom_formatted_address_replacements( $replacements, $args ) {\r\n    <strong>\/\/\uc704\uc5d0\uc11c \uc815\ud55c \ud544\ub4dc\uac12\uc744 \ub9ac\ud134\uc2dc\ucf1c\uc90d\ub2c8\ub2e4.<\/strong>\r\n    $billing_sample = ! empty( $args['billing_sample'] ) ? $args['billing_sample'] : '';\r\n\r\n    $replacements['{billing_sample}'] = $billing_sample;\r\n\r\n    return $replacements;\r\n}\r\nadd_filter( 'woocommerce_formatted_address_replacements', 'custom_formatted_address_replacements', 10, 2 );<\/pre>\n<pre>\r\nfunction custom_change_us_address_format( $formats ) {\r\n    if ( apply_filters( 'msaddr_is_address_book', false ) ) {\r\n        <strong>\/\/\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc5d0\uc11c \ubcf4\uc5ec\uc9c8 \ud3ec\ub9f7\uc744 \uc815\ud569\ub2c8\ub2e4.<\/strong>\r\n<XMP style=\"margin:0px;\">        $formats[ 'KR' ] = \"<div class='shipping-info'>{billing_sample}<p class='name'>\\n{name}<\/p><p class='phone'><span class='phone'>{phone}<\/span><span class='email'>{email}<\/span><\/p><p class='address'>({postcode}) {address_1}{address_2}{city}{state}{country}<\/p><\/div>;\"\r\n    } else if ( ! is_admin() ) {\r\n        $formats[ 'KR' ] = \"{name}\\n{company}\\n{address_1}\\n{address_2}\\n{city}\\n{state}\\n{postcode}\\n{country}\\n{shipping_phone}\\n{shipping_email}\";\r\n    }\r\n    return $formats;\r\n}\r\nadd_filter( 'woocommerce_localisation_address_formats', 'custom_change_us_address_format' );\r\n<\/XMP>\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>&#8211; \uc911\uc694<\/strong><\/p>\n<p>\uc0ac\uc774\ud2b8\uc5d0\uc11c \ucc28\uc77c\ub4dc \ud14c\ub9c8\ub97c \uc774\uc6a9\ud558\uace0 \uc788\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \ud65c\uc131\ud654\ub41c \ud14c\ub9c8\uc758 functions.php \uc5d0 \ucf54\ub4dc\ub97c \ucd94\uac00\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\n\ub2e4\ub9cc, \ubd80\ubaa8\ud14c\ub9c8\uc5d0 \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc2dc\ub294 \uacbd\uc6b0 \ud14c\ub9c8 \uc5c5\ub370\uc774\ud2b8 \uc2dc \uc791\uc5c5\ud55c \ub0b4\uc6a9\uc774 \ucd08\uae30\ud654 \ub428\uc73c\ub85c \uc791\uc5c5\ub0b4\uc6a9\uc744 \ubc31\uc5c5\ud558\uac70\ub098, \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc5d0\uc11c \uc791\uc5c5\ud558\uc2dc\ub294 \uac83\uc744 \uad8c\uc7a5\ub4dc\ub9bd\ub2c8\ub2e4.<\/p>\n","protected":false},"author":2338,"featured_media":0,"parent":13890,"menu_order":4,"comment_status":"open","ping_status":"closed","template":"","meta":[],"doc_tag":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v16.7 (Yoast SEO v19.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30 - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30\" \/>\n<meta property=\"og:description\" content=\"\ucf54\ub4dc\uc5e0\uc0f5 \ub300\ud55c\ubbfc\uad6d \uc8fc\uc18c \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \uc9c1\uc811 \uc0dd\uc131\ud558\uc2e0 \uccad\uad6c\uc9c0 \ud544\ub4dc\uac00 DIY \uccb4\ud06c\uc544\uc6c3\uc758 \ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc5d0\uc11c \ubcf4\uc774\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc544\ub798 \ucf54\ub4dc\uc5d0 \ub9de\ucdb0 \ucc28\uc77c\ub4dc &hellip; Read more &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/\" \/>\n<meta property=\"og:site_name\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-24T05:21:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/\",\"url\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/\",\"name\":\"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30 - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/#website\"},\"datePublished\":\"2022-05-24T05:09:56+00:00\",\"dateModified\":\"2022-05-24T05:21:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.codemshop.com\/manual\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2ec\ud50c\ud398\uc774 DIY \uccb4\ud06c\uc544\uc6c3\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Appendix\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/#website\",\"url\":\"https:\/\/www.codemshop.com\/manual\/\",\"name\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc\",\"description\":\"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc \uac00\uc774\ub4dc\",\"publisher\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.codemshop.com\/manual\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/#organization\",\"name\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc - \ucf54\ub4dc\uc5e0\uc0f5\",\"url\":\"https:\/\/www.codemshop.com\/manual\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/codemshop.com\/manual\/wp-content\/uploads\/2020\/08\/manual-logo.png\",\"contentUrl\":\"https:\/\/codemshop.com\/manual\/wp-content\/uploads\/2020\/08\/manual-logo.png\",\"width\":500,\"height\":97,\"caption\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc - \ucf54\ub4dc\uc5e0\uc0f5\"},\"image\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30 - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30","og_description":"\ucf54\ub4dc\uc5e0\uc0f5 \ub300\ud55c\ubbfc\uad6d \uc8fc\uc18c \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \uc9c1\uc811 \uc0dd\uc131\ud558\uc2e0 \uccad\uad6c\uc9c0 \ud544\ub4dc\uac00 DIY \uccb4\ud06c\uc544\uc6c3\uc758 \ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc5d0\uc11c \ubcf4\uc774\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \uc544\ub798 \ucf54\ub4dc\uc5d0 \ub9de\ucdb0 \ucc28\uc77c\ub4dc &hellip; Read more &rarr;","og_url":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/","og_site_name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","article_modified_time":"2022-05-24T05:21:50+00:00","twitter_card":"summary","twitter_misc":{"Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/","url":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/","name":"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30 - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","isPartOf":{"@id":"https:\/\/www.codemshop.com\/manual\/#website"},"datePublished":"2022-05-24T05:09:56+00:00","dateModified":"2022-05-24T05:21:50+00:00","breadcrumb":{"@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/preview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemshop.com\/manual\/"},{"@type":"ListItem","position":2,"name":"\uc2ec\ud50c\ud398\uc774 DIY \uccb4\ud06c\uc544\uc6c3","item":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/"},{"@type":"ListItem","position":3,"name":"Appendix","item":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/"},{"@type":"ListItem","position":4,"name":"\ubc30\uc1a1\uc9c0 \ubaa9\ub85d\uc758 \ubbf8\ub9ac\ubcf4\uae30 \uc815\ubcf4 \ubcc0\uacbd\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/www.codemshop.com\/manual\/#website","url":"https:\/\/www.codemshop.com\/manual\/","name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","description":"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc \uac00\uc774\ub4dc","publisher":{"@id":"https:\/\/www.codemshop.com\/manual\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codemshop.com\/manual\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.codemshop.com\/manual\/#organization","name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc - \ucf54\ub4dc\uc5e0\uc0f5","url":"https:\/\/www.codemshop.com\/manual\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.codemshop.com\/manual\/#\/schema\/logo\/image\/","url":"https:\/\/codemshop.com\/manual\/wp-content\/uploads\/2020\/08\/manual-logo.png","contentUrl":"https:\/\/codemshop.com\/manual\/wp-content\/uploads\/2020\/08\/manual-logo.png","width":500,"height":97,"caption":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc - \ucf54\ub4dc\uc5e0\uc0f5"},"image":{"@id":"https:\/\/www.codemshop.com\/manual\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/19512"}],"collection":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/users\/2338"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/comments?post=19512"}],"version-history":[{"count":9,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/19512\/revisions"}],"predecessor-version":[{"id":19521,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/19512\/revisions\/19521"}],"up":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/13890"}],"next":[{"title":"\uc0c1\ud488\ubcc4 \uacb0\uc81c \ud398\uc774\uc9c0 \ub9cc\ub4e4\uae30","link":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/product-types-checkout\/","href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/25138"}],"prev":[{"title":"\uc7a5\ubc14\uad6c\ub2c8 \uacb0\uc81c\uc9c4\ud589 \ubc84\ud2bc","link":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-diy-checkout\/appendix\/cart\/","href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/19428"}],"wp:attachment":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/media?parent=19512"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/doc_tag?post=19512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}