{"id":655,"date":"2025-04-15T05:39:00","date_gmt":"2025-04-14T20:39:00","guid":{"rendered":"https:\/\/touhyo.com\/blog\/?p=655"},"modified":"2025-04-29T20:46:55","modified_gmt":"2025-04-29T11:46:55","slug":"get-url-of-link-source","status":"publish","type":"post","link":"https:\/\/touhyo.com\/blog\/get-url-of-link-source\/","title":{"rendered":"\u30ea\u30f3\u30af\u5143URL\u3092\u53d6\u5f97\u3059\u308b"},"content":{"rendered":"\n<p>\u30a2\u30af\u30bb\u30b9\u5143\u3092\u5272\u308a\u51fa\u3059\u30ed\u30b8\u30c3\u30af\u3092\u3054\u7d39\u4ecb\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#F8F8F2;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki monokai\" style=\"background-color: #272822\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F8F8F2\">$link_url <\/span><span style=\"color: #F92672\">=<\/span><span style=\"color: #F8F8F2\"> <\/span><span style=\"color: #66D9EF\">isset<\/span><span style=\"color: #F8F8F2\">($_SERVER[<\/span><span style=\"color: #E6DB74\">&#39;HTTP_REFERER&#39;<\/span><span style=\"color: #F8F8F2\">]) <\/span><span style=\"color: #F92672\">?<\/span><span style=\"color: #F8F8F2\"> <\/span><span style=\"color: #A6E22E\">esc_url<\/span><span style=\"color: #F8F8F2\">($_SERVER[<\/span><span style=\"color: #E6DB74\">&#39;HTTP_REFERER&#39;<\/span><span style=\"color: #F8F8F2\">]) <\/span><span style=\"color: #F92672\">:<\/span><span style=\"color: #F8F8F2\"> <\/span><span style=\"color: #E6DB74\">&#39;&#39;<\/span><span style=\"color: #F8F8F2\">;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u6765\u8a2a\u30e6\u30fc\u30b6\u30fc\u304c\u73fe\u5728\u958b\u3044\u3066\u3044\u308b\u30da\u30fc\u30b8\u3078\u30a2\u30af\u30bb\u30b9\u3059\u308b\u524d\u306b\u8a2a\u308c\u3066\u3044\u305f\u30da\u30fc\u30b8URL\u3092\u6d17\u3044\u51fa\u3059\u305f\u3081\u306e\u5909\u6570\u3067\u3059\u306d\u3002\u30d6\u30e9\u30a6\u30b6\u306e\u3042\u3089\u3086\u308b\u60c5\u5831\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30b5\u30a4\u30c8\u3067\u300c\u3053\u306e\u5546\u54c1\u306b\u3064\u3044\u3066\u554f\u3044\u5408\u308f\u305b\u308b\u300d\u306e\u30ea\u30f3\u30af\u3092\u62bc\u3059\u3068\u5546\u54c1URL\u304c\u81ea\u52d5\u30bb\u30c3\u30c8\u3055\u308c\u305f\u72b6\u614b\u3067\u30d5\u30a9\u30fc\u30e0\u304c\u958b\u304f\u3068\u3044\u3063\u305f\u985e\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u5834\u5408\u306e\u51e6\u7406\u304c\u3042\u308c\u3070\u3088\u308a\u4e01\u5be7\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#F8F8F2;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki monokai\" style=\"background-color: #272822\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #F92672\">if<\/span><span style=\"color: #F8F8F2\"> (<\/span><span style=\"color: #66D9EF\">empty<\/span><span style=\"color: #F8F8F2\">($link_url)) {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F8F8F2\">\t$link_url <\/span><span style=\"color: #F92672\">=<\/span><span style=\"color: #F8F8F2\"> <\/span><span style=\"color: #E6DB74\">&#39;\u5546\u54c1URL\u3092\u3054\u5165\u529b\u304f\u3060\u3055\u3044&#39;<\/span><span style=\"color: #F8F8F2\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F8F8F2\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u72b6\u6cc1\u306b\u5408\u308f\u305b\u3066\u81ea\u52d5\u3067URL\u3092\u53d6\u5f97\u3057\u305f\u308a\u4efb\u610f\u306e\u6587\u5b57\u5217\u3092\u30bb\u30c3\u30c8\u3059\u308b\u7b49\u3057\u3066\u305d\u306e\u5f8c\u3067\u51fa\u529b\u3059\u308c\u3070OK\u3067\u3059\u3002\u9759\u7684html\u304b\u3089\u30b7\u30b9\u30c6\u30e0\u306b\u9023\u643a\u3057\u305f\u308a\u3084\u308a\u65b9\u306f\u81ea\u7531\u3002<\/p>\n\n\n\n<p>\u30b7\u30b9\u30c6\u30e0\u958b\u767a\u6642\u306b\u305c\u3072\u3054\u53c2\u8003\u304f\u3060\u3055\u3044\u307e\u305b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30a2\u30af\u30bb\u30b9\u5143\u3092\u5272\u308a\u51fa\u3059\u30ed\u30b8\u30c3\u30af\u3092\u3054\u7d39\u4ecb\u3002 \u6765\u8a2a\u30e6\u30fc\u30b6\u30fc\u304c\u73fe\u5728\u958b\u3044\u3066\u3044\u308b\u30da\u30fc\u30b8\u3078\u30a2\u30af\u30bb\u30b9\u3059\u308b\u524d\u306b\u8a2a\u308c\u3066\u3044\u305f\u30da\u30fc\u30b8URL\u3092\u6d17\u3044\u51fa\u3059\u305f\u3081\u306e\u5909\u6570\u3067\u3059\u306d\u3002\u30d6\u30e9\u30a6\u30b6\u306e\u3042\u3089\u3086\u308b\u60c5\u5831\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002 \u30cd\u30c3\u30c8\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u30b5\u30a4\u30c8\u3067\u300c\u3053\u306e\u5546\u54c1\u306b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"ja","_original_post":"https:\/\/touhyo.com\/blog\/?p=655","footnotes":""},"categories":[1],"tags":[],"class_list":["post-655","post","type-post","status-publish","format-standard","hentry","category-memo","ja"],"_links":{"self":[{"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/posts\/655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/comments?post=655"}],"version-history":[{"count":12,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/posts\/655\/revisions"}],"predecessor-version":[{"id":683,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/posts\/655\/revisions\/683"}],"wp:attachment":[{"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/media?parent=655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/categories?post=655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/touhyo.com\/blog\/wp-json\/wp\/v2\/tags?post=655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}