{"id":11641,"date":"2020-04-16T03:02:47","date_gmt":"2020-04-16T03:02:47","guid":{"rendered":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/%ec%97%a0%ec%83%b5-%eb%ac%b8%ec%9e%90-%ec%95%8c%eb%a6%bc-%ed%95%84%ed%84%b0-%ea%b0%80%ec%9d%b4%eb%93%9c\/%eb%8c%80%ec%b2%b4%eb%ac%b8%ea%b5%ac-%ec%b6%94%ea%b0%80-%eb%b0%8f-%eb%b3%80%ea%b2%bd\/"},"modified":"2023-01-05T14:20:09","modified_gmt":"2023-01-05T05:20:09","slug":"template_params","status":"publish","type":"docs","link":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/","title":{"rendered":"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd"},"content":{"rendered":"<h2><strong>1. \ubb38\uc790 \ubc0f \uc54c\ub9bc\ud1a1 \ubc1c\uc1a1 \uc2dc \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ubc29\ubc95<\/strong><\/h2>\n<p>&#8211; 3rd Party \ud50c\ub7ec\uadf8\uc778( \uc608 : \uc608\uc57d, \uc774\ub7ec\ub2dd \ub4f1 )\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0, \ubb38\uc790 \ubc0f \uc54c\ub9bc\ud1a1 \ubc1c\uc1a1 \uc2dc \uc608\uc57d \ub0a0\uc9dc\ub098 \uc774\ub7ec\ub2dd \uac15\uc88c\uc5d0 \ub300\ud55c \uc548\ub0b4\ub4f1\uacfc \uac19\uc774 \ub300\uccb4\ubb38\uad6c \ucd94\uac00\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>&#8211; \uc5e0\uc0f5 \ubb38\uc790 \uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 &#8220;mssms_get_template_params&#8221; \ud544\ud130\ub97c \uc774\uc6a9\ud558\uba74, \uc0ac\uc774\ud2b8\ubcc4\ub85c \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\uc758 \ucd94\uac00 \ubc0f \ubcc0\uacbd\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li>&#8211; \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc758 functions.php \ud30c\uc77c\uc5d0 \ucd94\uac00\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\n(\/wp-content\/themes\/\ud14c\ub9c8\uc774\ub984-child\/functions.php)<\/p>\n<pre>\/**\r\n * @param array    $params\r\n * @param WC_Order $order\r\n *\r\n * @return mixed\r\n *\/\r\nfunction add_custom_template_params( $params, $order ) {\r\n\tif ( is_a( $order, 'WC_Order' ) ) {\r\n\t\t\/** \uc6d0\ud558\ub294 \ub300\uccb4 \ubb38\uad6c\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. *\/\r\n\t\t$params['\uc608\uc57d\uc77c\uc790'] = $order-&gt;get_meta( '_reserved_date' );\r\n\t}\r\n\r\n\treturn $params;\r\n}\r\n\r\nadd_filter( 'mssms_get_template_params', 'add_custom_template_params', 10, 2 );\r\n<\/pre>\n<\/li>\n<\/ul>\n<hr \/>\n<h2><strong>2. \uc0c1\ud488 \uc218\ub7c9 \ub300\uccb4 \ubb38\uad6c \ucd94\uac00<\/strong><\/h2>\n<p>&#8211; \uc0c1\ud488 \ucd1d \uc218\ub7c9\uc5d0 \ub300\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \uc544\ub798\uc640 \uac19\uc774 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li>&#8211; \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc758 functions.php \ud30c\uc77c\uc5d0 \ucd94\uac00\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\n(\/wp-content\/themes\/\ud14c\ub9c8\uc774\ub984-child\/functions.php)<\/p>\n<pre>function add_quantity_template_params( $params, $order ) {\r\n\r\n    $product_quantity = 0;\r\n    \r\n    $order_items = $order-&gt;get_items();\r\n    foreach ( $order_items as $order_item ) {\r\n        $product_quantity += $order_item-&gt;get_quantity();\r\n    }\r\n\r\n    if ( is_a( $order, 'WC_Order' ) ) {\r\n        $params['\uc0c1\ud488\uc218\ub7c9'] = $product_quantity;\r\n    }\r\n\r\n    return $params;\r\n}\r\n\r\nadd_filter( 'mssms_get_template_params', 'add_quantity_template_params', 10, 2 );\r\n<\/pre>\n<p>\ubb38\uc790 \ub300\uccb4 \ubb38\uad6c : <code>{\uc0c1\ud488\uc218\ub7c9}<\/code><br \/>\n\uc54c\ub9bc\ud1a1 \ub300\uccb4 \ubb38\uad6c : <code>#{\uc0c1\ud488\uc218\ub7c9}<\/code><\/li>\n<\/ul>\n<hr \/>\n<h2><strong>3. \ud3ec\uc778\ud2b8 \ub300\uccb4 \ubb38\uad6c \ucd94\uac00<\/strong><\/h2>\n<p>&#8211; <strong>\uc5e0\uc0f5 \ud3ec\uc778\ud2b8 \ud50c\ub7ec\uadf8\uc778<\/strong>\uc744 \uc774\uc6a9\ud558\uc2dc\ub294 \uacbd\uc6b0, \uc801\ub9bd \uc608\uc815 \ud3ec\uc778\ud2b8\uc640 \ubcf4\uc720 \ud3ec\uc778\ud2b8\uc5d0 \ub300\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \uc544\ub798\uc640 \uac19\uc774 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li>&#8211; \ucee4\uc2a4\ud140 \ucf54\ub4dc\ub97c \ucc28\uc77c\ub4dc \ud14c\ub9c8\uc758 functions.php \ud30c\uc77c\uc5d0 \ucd94\uac00\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\n(\/wp-content\/themes\/\ud14c\ub9c8\uc774\ub984-child\/functions.php)<\/p>\n<pre>function add_point_template_params( $params, $order ) {\r\n    \r\n    $user       = new MSPS_User( $order-&gt;get_user_id(), msps_get_meta( $order, 'wpml_language' ) );\r\n    $earn_point = MSPS_Order::get_earn_point( $order );\r\n\r\n    if ( is_a( $order, 'WC_Order' ) ) {\r\n        $params['\uc801\ub9bd\uc608\uc815\ud3ec\uc778\ud2b8'] = number_format( floatval( $earn_point ), wc_get_price_decimals() );\r\n        $params['\ubcf4\uc720\ud3ec\uc778\ud2b8'] = number_format( $user-&gt;get_point(), wc_get_price_decimals() );\r\n    }\r\n\r\n    return $params;\r\n}\r\n\r\nadd_filter( 'mssms_get_template_params', 'add_point_template_params', 10, 2 );\r\n<\/pre>\n<p>\ubb38\uc790 \ub300\uccb4 \ubb38\uad6c : <code>{\uc801\ub9bd\uc608\uc815\ud3ec\uc778\ud2b8} {\ubcf4\uc720\ud3ec\uc778\ud2b8}<\/code><br \/>\n\uc54c\ub9bc\ud1a1 \ub300\uccb4 \ubb38\uad6c : <code>#{\uc801\ub9bd\uc608\uc815\ud3ec\uc778\ud2b8} #{\ubcf4\uc720\ud3ec\uc778\ud2b8}<\/code><\/li>\n<\/ul>\n","protected":false},"author":2338,"featured_media":0,"parent":11636,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":[],"doc_tag":[1118,1117,1116,1115],"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>\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc<\/title>\n<meta name=\"description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" \/>\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\/mshop-sms\/filter\/template_params\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd\" \/>\n<meta property=\"og:description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/\" \/>\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=\"2023-01-05T05:20:09+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=\"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\/mshop-sms\/filter\/template_params\/\",\"url\":\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/\",\"name\":\"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/#website\"},\"datePublished\":\"2020-04-16T03:02:47+00:00\",\"dateModified\":\"2023-01-05T05:20:09+00:00\",\"description\":\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.codemshop.com\/manual\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc5e0\uc0f5 \ubb38\uc790 \uc54c\ub9bc\ud1a1\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\uc5e0\uc0f5 \ubb38\uc790 \uc54c\ub9bc\ud1a1 \ud544\ud130 \uac00\uc774\ub4dc\",\"item\":\"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd\"}]},{\"@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":"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","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\/mshop-sms\/filter\/template_params\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd","og_description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/","og_site_name":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","article_modified_time":"2023-01-05T05:20:09+00:00","twitter_card":"summary","twitter_misc":{"Est. reading time":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/","url":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/","name":"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd - \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ub9e4\ub274\uc5bc","isPartOf":{"@id":"https:\/\/www.codemshop.com\/manual\/#website"},"datePublished":"2020-04-16T03:02:47+00:00","dateModified":"2023-01-05T05:20:09+00:00","description":"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc6b0\ucee4\uba38\uc2a4 \uc1fc\ud551\ubab0 \ucf54\ub4dc\uc5e0\uc0f5\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc5e0\uc0f5 \ubb38\uc790\uc54c\ub9bc\ud1a1 \ud50c\ub7ec\uadf8\uc778\uc758 \ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd \ub9e4\ub274\uc5bc\uc785\ub2c8\ub2e4. 3rd Party \ud50c\ub7ec\uadf8\uc778\uc744 \uc774\uc6a9\ud558\ub294 \uacbd\uc6b0 \ud544\uc694\ud55c \ub300\uccb4\ubb38\uad6c\ub97c \ucd94\uac00\ud558\uac70\ub098 \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/template_params\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemshop.com\/manual\/"},{"@type":"ListItem","position":2,"name":"\uc5e0\uc0f5 \ubb38\uc790 \uc54c\ub9bc\ud1a1","item":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/"},{"@type":"ListItem","position":3,"name":"\uc5e0\uc0f5 \ubb38\uc790 \uc54c\ub9bc\ud1a1 \ud544\ud130 \uac00\uc774\ub4dc","item":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/"},{"@type":"ListItem","position":4,"name":"\ub300\uccb4\ubb38\uad6c \ucd94\uac00 \ubc0f \ubcc0\uacbd"}]},{"@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\/11641"}],"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=11641"}],"version-history":[{"count":21,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/11641\/revisions"}],"predecessor-version":[{"id":22366,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/11641\/revisions\/22366"}],"up":[{"embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/11636"}],"next":[{"title":"\ucee4\uc2a4\ud140 \ubc1c\uc1a1","link":"https:\/\/www.codemshop.com\/manual\/docs\/mshop-sms\/filter\/custom\/","href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/docs\/15362"}],"wp:attachment":[{"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/media?parent=11641"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.codemshop.com\/manual\/wp-json\/wp\/v2\/doc_tag?post=11641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}