{"id":14196,"date":"2022-03-30T07:05:19","date_gmt":"2022-03-29T22:05:19","guid":{"rendered":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/%ec%8b%ac%ed%94%8c%ed%8e%98%ec%9d%b4-%ed%99%9c%ec%9a%a9\/%ec%bb%a4%ec%8a%a4%ed%85%80-%ec%bd%94%eb%93%9c-%ed%99%9c%ec%9a%a9-%eb%b0%a9%eb%b2%95\/"},"modified":"2022-12-29T13:45:02","modified_gmt":"2022-12-29T04:45:02","slug":"custom-code","status":"publish","type":"docs","link":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/","title":{"rendered":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2><strong>\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95<\/strong><\/h2>\n<ul>\n<li>\ud574\ub2f9 \ub0b4\uc6a9\uc744 \ucc38\uace0\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc\ub97c \ucd94\uac00\ud574 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/li>\n<li><img loading=\"lazy\" class=\"alignnone size-full wp-image-14206\" src=\"https:\/\/codemshop.com\/manual\/wp-content\/uploads\/2021\/03\/simple-pay-20210330-03.png\" alt=\"\" width=\"963\" height=\"383\" srcset=\"https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/03\/simple-pay-20210330-03.png 963w, https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/03\/simple-pay-20210330-03-300x119.png 300w, https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/03\/simple-pay-20210330-03-768x305.png 768w, https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/03\/simple-pay-20210330-03-600x239.png 600w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2><strong>\uc0d8\ud50c \ucf54\ub4dc\ub97c \ud65c\uc6a9\ud558\uc5ec \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00\ud558\uae30<\/strong><\/h2>\n<ul>\n<li>1. <code>pgall-for-woocommerce\/templates\/checkout\/pafw\/payment-fields.php<\/code> \uacbd\ub85c\uc5d0 \uc788\ub294 \ud30c\uc77c\uc744<br \/>\n<code>\ucc28\uc77c\ub4dc \ud14c\ub9c8\/woocommerce\/checkout\/pafw<\/code>\ub85c \ubcf5\uc0ac\ud569\ub2c8\ub2e4.<\/li>\n<li>2. \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>\u00a0\u00a0\u00a0\u00a0\uc704\uce58 : &lt;p class=&#8221;form-row form-row-wide mshop_addr_title mshop-enable-kr&#8221;\ub97c \ucc3e\uc544 \ud574\ub2f9 p\ud0dc\uadf8\uc758 \uc704 \ub610\ub294 \uc544\ub798\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/small><br \/>\n<small>\u00a0\u00a0\u00a0\u00a0\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>3. \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)\n<pre>function custom_update_simple_pay_order( $order_id, $data ) {\r\n$order = wc_get_order( $order_id );\r\n\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\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\n\r\nadd_action( 'woocommerce_checkout_update_order_meta', 'custom_update_simple_pay_order', 10, 2 );<\/pre>\n<\/li>\n<li>\u2192 \uc0d8\ud50c \ucf54\ub4dc\ub97c \uadf8\ub300\ub85c \uc801\uc6a9\ud558\uba74, \ub9e8 \uc0c1\ub2e8\uc758 \uc774\ubbf8\uc9c0\uc640 \uac19\uc740 \ub0b4\uc6a9\uc744 \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":2338,"featured_media":0,"parent":14192,"menu_order":0,"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>\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95<\/title>\n<meta name=\"description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.\" \/>\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-simplepay\/shortcode-guide\/custom-code\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/\" \/>\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-12-29T04:45:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/04\/\uc6cc\ub4dc\ud504\ub808\uc2a4\uacb0\uc81c_\uc2ec\ud50c\ud398\uc774\uc20f\ucf54\ub4dc%20\uacb0\uc81c_\ucf54\ub4dc\uc5e0\uc0f5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"836\" \/>\n\t<meta property=\"og:image:height\" content=\"422\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:title\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\" \/>\n<meta name=\"twitter:description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\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-simplepay\/shortcode-guide\/custom-code\/\",\"url\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/\",\"name\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/#website\"},\"datePublished\":\"2022-03-29T22:05:19+00:00\",\"dateModified\":\"2022-12-29T04:45:02+00:00\",\"description\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.codemshop.com\/manual\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\uc20f\ucf54\ub4dc \uacb0\uc81c \ud65c\uc6a9\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95\"}]},{\"@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":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95","description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.","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-simplepay\/shortcode-guide\/custom-code\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95","og_description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.","og_url":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/","og_site_name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","article_modified_time":"2022-12-29T04:45:02+00:00","og_image":[{"width":836,"height":422,"url":"https:\/\/www.codemshop.com\/manual\/wp-content\/uploads\/2021\/04\/\uc6cc\ub4dc\ud504\ub808\uc2a4\uacb0\uc81c_\uc2ec\ud50c\ud398\uc774\uc20f\ucf54\ub4dc \uacb0\uc81c_\ucf54\ub4dc\uc5e0\uc0f5.png","type":"image\/png"}],"twitter_card":"summary","twitter_title":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95","twitter_description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.","twitter_misc":{"Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/","url":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/","name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc5e0\uc0f5 \uacb0\uc81c \uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95","isPartOf":{"@id":"https:\/\/www.codemshop.com\/manual\/#website"},"datePublished":"2022-03-29T22:05:19+00:00","dateModified":"2022-12-29T04:45:02+00:00","description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc758 \uc20f\ucf54\ub4dc \uacb0\uc81c \ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95 \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. \uac04\ub2e8\ud55c \uc124\uc815\uc744 \ud1b5\ud574 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0\uc758 \uacb0\uc81c \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc138\uc694.","breadcrumb":{"@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/custom-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemshop.com\/manual\/"},{"@type":"ListItem","position":2,"name":"\uc2ec\ud50c\ud398\uc774 \uc20f\ucf54\ub4dc \uacb0\uc81c","item":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/"},{"@type":"ListItem","position":3,"name":"\uc20f\ucf54\ub4dc \uacb0\uc81c \ud65c\uc6a9","item":"https:\/\/www.codemshop.com\/manual\/docs\/pgall-simplepay\/shortcode-guide\/"},{"@type":"ListItem","position":4,"name":"\ucee4\uc2a4\ud140 \ud544\ub4dc \ucd94\uac00 \ubc29\ubc95"}]},{"@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\/14196"}],"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=14196"}],"version-history":[{"count":41,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/14196\/revisions"}],"predecessor-version":[{"id":22050,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/14196\/revisions\/22050"}],"up":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/14192"}],"wp:attachment":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/media?parent=14196"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/doc_tag?post=14196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}