{"id":10336,"date":"2026-07-24T12:20:35","date_gmt":"2026-07-24T03:20:35","guid":{"rendered":"https:\/\/www.codemshop.com\/guide\/?post_type=docs&#038;p=10336"},"modified":"2026-07-24T12:20:35","modified_gmt":"2026-07-24T03:20:35","slug":"shortcode-custom-field","status":"publish","type":"docs","link":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/","title":{"rendered":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]<\/p>\n<blockquote><p>\uacb0\uc81c \ud398\uc774\uc9c0\uc5d0 \uc6d0\ud558\ub294 \uc785\ub825 \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\uace0, \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \ud574\ub2f9 \uac12\uc744 \uc6b0\ucee4\uba38\uc2a4 \uc8fc\ubb38 \uba54\ud0c0\uc640 \uc8fc\ubb38 \uba54\ubaa8\uc5d0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud569\ub2c8\ub2e4.<\/p><\/blockquote>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2>\uc0d8\ud50c \ucf54\ub4dc \ud65c\uc6a9\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00\ud558\uae30<\/h2>\n<ol>\n<li>\n<h3>\uc785\ub825 \ud56d\ubaa9 \ucd94\uac00<\/h3>\n<p><code>pgall-for-woocommerce\/templates\/checkout\/pafw\/payment-fields.php<\/code> \uacbd\ub85c\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744 <code>\ucc28\uc77c\ub4dc \ud14c\ub9c8\/woocommerce\/checkout\/pafw<\/code>\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4.<br \/>\n\ubcf5\uc0ac\ud55c \ud30c\uc77c\uc5d0 \ucee4\uc2a4\ud140 \ud544\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. (\uc0d8\ud50c \ucf54\ub4dc \ucc38\uace0)<br \/>\n<small>\uc704\uce58 : &lt;p class=\u201dform-row form-row-wide mshop_addr_title mshop-enable-kr\u201d&gt;\ub97c \ucc3e\uc544 \ud574\ub2f9 p\ud0dc\uadf8\uc758 \uc704 \ub610\ub294 \uc544\ub798\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/small><br \/>\n<small>\ucc38\uace0 : * order_title : \uc815\ubcf4\uc785\ub825 \/ order_amount : \uae08\uc561<\/small><\/p>\n<pre>&lt;p class=\"form-row form-row-wide mshop-enable-kr\" id=\"custom_field_1\"&gt;\r\n    &lt;label for=\"custom_field_1\" class=\"\"&gt;&lt;?php _e('\ucee4\uc2a4\ud140 \ud544\ub4dc #1','##PKGNAME##'); ?&gt;&lt;\/abbr&gt;&lt;\/label&gt;\r\n    &lt;span class=\"woocommerce-input-wrapper\"&gt;\r\n        &lt;input type=\"email\" class=\"input-text \" name=\"custom_field_1\" id=\"custom_field_1\" placeholder=\"\"&gt;\r\n    &lt;\/span&gt;\r\n&lt;\/p&gt;<\/pre>\n<\/li>\n<li>\n<h3>\uc785\ub825\ud55c \uac12\uc744 \uc8fc\ubb38\uc5d0 \uc800\uc7a5\ud558\ub294 \ucee4\uc2a4\ud140 \ucf54\ub4dc<\/h3>\n<p>\ucee4\uc2a4\ud140 \ud544\ub4dc\uc758 \uac12\uc774 \uc8fc\ubb38 \uba54\ubaa8\uc5d0 \uc800\uc7a5\uc774 \ub418\ub3c4\ub85d \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc758 functions.php\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4. (\uc0d8\ud50c \ucf54\ub4dc \ucc38\uace0)<\/p>\n<pre>function custom_update_simple_pay_order( $order_id, $data ) {\r\n$order = wc_get_order( $order_id );\r\n$order-&gt;update_meta_data( '_custom_field_1', pafw_get( $_REQUEST, 'custom_field_1' ) );\r\n$order-&gt;update_meta_data( '_custom_field_2', pafw_get( $_REQUEST, 'custom_field_2' ) );\r\n$order-&gt;add_order_note( sprintf( 'CUSTOM FIELD #1 : %s, CUSTOM FIELD #2 : %s', pafw_get( $_REQUEST, 'custom_field_1' ), pafw_get( $_REQUEST, 'custom_field_2' ) ) );\r\n}\r\nadd_action( 'woocommerce_checkout_update_order_meta', 'custom_update_simple_pay_order', 10, 2 );<\/pre>\n<\/li>\n<\/ol>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2>\ub3d9\uc791 \ud655\uc778<\/h2>\n<p>\uc704 \uc0d8\ud50c \ucf54\ub4dc\ub97c \uadf8\ub300\ub85c \ucd94\uac00\ud558\uba74, \uc544\ub798 \uc774\ubbf8\uc9c0\uc640 \uac19\uc740 \ub0b4\uc6a9\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10337\" src=\"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png\" alt=\"\" width=\"963\" height=\"383\" srcset=\"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png 963w, https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field-300x119.png 300w, https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field-768x305.png 768w, https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field-360x143.png 360w, https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field-600x239.png 600w\" sizes=\"auto, (max-width: 963px) 100vw, 963px\" \/>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] \uacb0\uc81c \ud398\uc774\uc9c0\uc5d0 \uc6d0\ud558\ub294 \uc785\ub825 \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\uace0, \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \ud574\ub2f9 \uac12\uc744 \uc6b0\ucee4\uba38\uc2a4 \uc8fc\ubb38 \uba54\ud0c0\uc640 \uc8fc\ubb38 \uba54\ubaa8\uc5d0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud569\ub2c8\ub2e4. [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] \uc0d8\ud50c \ucf54\ub4dc \ud65c\uc6a9\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00\ud558\uae30 \uc785\ub825 \ud56d\ubaa9 \ucd94\uac00 pgall-for-woocommerce\/templates\/checkout\/pafw\/payment-fields.php \uacbd\ub85c\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744 \ucc28\uc77c\ub4dc \ud14c\ub9c8\/woocommerce\/checkout\/pafw\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4. \ubcf5\uc0ac\ud55c \ud30c\uc77c\uc5d0 \ucee4\uc2a4\ud140 \ud544\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. (\uc0d8\ud50c \ucf54\ub4dc \ucc38\uace0) \uc704\uce58 : &lt;p class=\u201dform-row form-row-wide mshop_addr_title mshop-enable-kr\u201d&gt;\ub97c \ucc3e\uc544 \ud574\ub2f9 [&hellip;]<\/p>\n","protected":false},"author":2338,"featured_media":0,"parent":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"doc_category":[160],"doc_tag":[],"knowledge_base":[3],"class_list":["post-10336","docs","type-docs","status-publish","hentry","doc_category-simplepay-shortcode","knowledge_base-simplepay"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ucf54\ub4dc\uc5e0\uc0f5 \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\/guide\/docs\/shortcode-custom-field\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_column_text] \uacb0\uc81c \ud398\uc774\uc9c0\uc5d0 \uc6d0\ud558\ub294 \uc785\ub825 \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\uace0, \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \ud574\ub2f9 \uac12\uc744 \uc6b0\ucee4\uba38\uc2a4 \uc8fc\ubb38 \uba54\ud0c0\uc640 \uc8fc\ubb38 \uba54\ubaa8\uc5d0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud569\ub2c8\ub2e4. [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] \uc0d8\ud50c \ucf54\ub4dc \ud65c\uc6a9\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00\ud558\uae30 \uc785\ub825 \ud56d\ubaa9 \ucd94\uac00 pgall-for-woocommerce\/templates\/checkout\/pafw\/payment-fields.php \uacbd\ub85c\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744 \ucc28\uc77c\ub4dc \ud14c\ub9c8\/woocommerce\/checkout\/pafw\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4. \ubcf5\uc0ac\ud55c \ud30c\uc77c\uc5d0 \ucee4\uc2a4\ud140 \ud544\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. (\uc0d8\ud50c \ucf54\ub4dc \ucc38\uace0) \uc704\uce58 : &lt;p class=\u201dform-row form-row-wide mshop_addr_title mshop-enable-kr\u201d&gt;\ub97c \ucc3e\uc544 \ud574\ub2f9 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/\" \/>\n<meta property=\"og:site_name\" content=\"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.youtube.com\/@codemshop\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png\" \/>\n\t<meta property=\"og:image:width\" content=\"963\" \/>\n\t<meta property=\"og:image:height\" content=\"383\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\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\\\/guide\\\/docs\\\/shortcode-custom-field\\\/\",\"url\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/\",\"name\":\"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/simple-pay-shortcode-custom-field.png\",\"datePublished\":\"2026-07-24T03:20:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/simple-pay-shortcode-custom-field.png\",\"contentUrl\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/simple-pay-shortcode-custom-field.png\",\"width\":963,\"height\":383},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/shortcode-custom-field\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#website\",\"url\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/\",\"name\":\"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc\",\"description\":\"\uc6b0\ucee4\uba38\uc2a4 \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc1fc\ud551\ubab0 \uc0ac\uc6a9\uc790\ub97c \uc704\ud55c \ub9e4\ub274\uc5bc\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#organization\",\"name\":\"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc\",\"url\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/codemshop_logo.png\",\"contentUrl\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/codemshop_logo.png\",\"width\":120,\"height\":120,\"caption\":\"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codemshop.com\\\/guide\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@codemshop\",\"https:\\\/\\\/pf.kakao.com\\\/_Ffxdvxd\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ucf54\ub4dc\uc5e0\uc0f5 \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\/guide\/docs\/shortcode-custom-field\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95","og_description":"[vc_row][vc_column][vc_column_text] \uacb0\uc81c \ud398\uc774\uc9c0\uc5d0 \uc6d0\ud558\ub294 \uc785\ub825 \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\uace0, \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \ud574\ub2f9 \uac12\uc744 \uc6b0\ucee4\uba38\uc2a4 \uc8fc\ubb38 \uba54\ud0c0\uc640 \uc8fc\ubb38 \uba54\ubaa8\uc5d0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud569\ub2c8\ub2e4. [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] \uc0d8\ud50c \ucf54\ub4dc \ud65c\uc6a9\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00\ud558\uae30 \uc785\ub825 \ud56d\ubaa9 \ucd94\uac00 pgall-for-woocommerce\/templates\/checkout\/pafw\/payment-fields.php \uacbd\ub85c\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744 \ucc28\uc77c\ub4dc \ud14c\ub9c8\/woocommerce\/checkout\/pafw\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4. \ubcf5\uc0ac\ud55c \ud30c\uc77c\uc5d0 \ucee4\uc2a4\ud140 \ud544\ub4dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. (\uc0d8\ud50c \ucf54\ub4dc \ucc38\uace0) \uc704\uce58 : &lt;p class=\u201dform-row form-row-wide mshop_addr_title mshop-enable-kr\u201d&gt;\ub97c \ucc3e\uc544 \ud574\ub2f9 [&hellip;]","og_url":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/","og_site_name":"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc","article_publisher":"https:\/\/www.youtube.com\/@codemshop","og_image":[{"width":963,"height":383,"url":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/","url":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/","name":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc","isPartOf":{"@id":"https:\/\/www.codemshop.com\/guide\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/#primaryimage"},"image":{"@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png","datePublished":"2026-07-24T03:20:35+00:00","breadcrumb":{"@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/#primaryimage","url":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png","contentUrl":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2026\/07\/simple-pay-shortcode-custom-field.png","width":963,"height":383},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemshop.com\/guide\/docs\/shortcode-custom-field\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemshop.com\/guide\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/www.codemshop.com\/guide\/docs\/"},{"@type":"ListItem","position":3,"name":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/www.codemshop.com\/guide\/#website","url":"https:\/\/www.codemshop.com\/guide\/","name":"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc","description":"\uc6b0\ucee4\uba38\uc2a4 \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc1fc\ud551\ubab0 \uc0ac\uc6a9\uc790\ub97c \uc704\ud55c \ub9e4\ub274\uc5bc","publisher":{"@id":"https:\/\/www.codemshop.com\/guide\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codemshop.com\/guide\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.codemshop.com\/guide\/#organization","name":"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc","url":"https:\/\/www.codemshop.com\/guide\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.codemshop.com\/guide\/#\/schema\/logo\/image\/","url":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2024\/09\/codemshop_logo.png","contentUrl":"https:\/\/www.codemshop.com\/guide\/wp-content\/uploads\/2024\/09\/codemshop_logo.png","width":120,"height":120,"caption":"\ucf54\ub4dc\uc5e0\uc0f5 \ub9e4\ub274\uc5bc"},"image":{"@id":"https:\/\/www.codemshop.com\/guide\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@codemshop","https:\/\/pf.kakao.com\/_Ffxdvxd"]}]}},"_links":{"self":[{"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/docs\/10336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/users\/2338"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/comments?post=10336"}],"version-history":[{"count":1,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/docs\/10336\/revisions"}],"predecessor-version":[{"id":10338,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/docs\/10336\/revisions\/10338"}],"wp:attachment":[{"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/media?parent=10336"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/doc_category?post=10336"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/doc_tag?post=10336"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/www.codemshop.com\/guide\/wp-json\/wp\/v2\/knowledge_base?post=10336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}