{"id":380,"date":"2015-03-05T14:15:06","date_gmt":"2015-03-05T09:15:06","guid":{"rendered":"http:\/\/128.199.176.160\/?p=380"},"modified":"2026-04-11T12:51:02","modified_gmt":"2026-04-11T07:51:02","slug":"what-is-https-and-how-to-setup-https-in-wordpress-site","status":"publish","type":"post","link":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/","title":{"rendered":"What is HTTPS and How to Setup HTTPS in WordPress Site?"},"content":{"rendered":"\n<p>One of the most important features is to ensure that your WordPress website is secure and safe for those users who want to exchange their important information on your website while shopping or doing other stuff. Setting up your WordPress website to force the use of the most secure transaction system is not that difficult to implement, but it needs a lot of decision-making to enforce a secure transaction process for the user.<\/p>\n\n\n\n<p>You would have seen on some websites, their URLs starting with <strong>&#8220;HTTPS&#8221;<\/strong> like <a href=\"http:\/\/facebook.com\"><strong>Facebook<\/strong><\/a>, <strong>Google<\/strong>, and many others. An <strong>&#8220;HTTPS&#8221;<\/strong> enabled website adds\u00a0a security layer to the data communication between your computer and the server. The data communication is encrypted with an <strong>SSL<\/strong>\u00a0(<a href=\"https:\/\/www.ssl.com\/faqs\/faq-what-is-ssl\/\"><strong>Secure Sockets Layer<\/strong><\/a>) <strong>certificate<\/strong>.<\/p>\n\n\n\n<p>The next question in your mind will surely be <strong>&#8220;Why do you need it?&#8221;<\/strong><\/p>\n\n\n\n<p>Any sensitive information ,like your credit card details, your passwords, or anything that could be called sensitive, needs to be safe whenever it is sent to the server so that nobody between you and the server you are interacting with can get it. That&#8217;s why most of the shopping sites don&#8217;t use<strong>&#8220;HTTP&#8221;<\/strong>. The next important question is how you can <strong>enable SSL on\u00a0your WordPress\u00a0site<\/strong>. It is very easy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-setting-up-your-wordpress-site-with-https\"><span style=\"text-decoration: underline;\">Setting up your WordPress site with HTTPS:<\/span><\/h2>\n\n\n\n<p><strong>First<\/strong>, you have to <strong>purchase<\/strong> an <strong>SSL certificate<\/strong> for your site and install it on your domain. Then go to the WordPress admin and open the settings page. There you will see these two text fields.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"587\" height=\"112\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/Untitled.jpg\" alt=\"wordpressURL fields\" class=\"wp-image-381\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/Untitled.jpg 587w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/Untitled-300x57.jpg 300w\" sizes=\"(max-width: 587px) 100vw, 587px\" \/><\/figure>\n\n\n\n<p>Just change your URLs by adding &#8220;s&#8221; after &#8220;HTTP&#8221; and save it. The next step is to open your &#8220;.htaccess&#8221; file, which is residing in the root of your WordPress, and put this code into that file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">RewriteCond %{HTTPS} !=on\nRewriteRule ^\/?(.*) &nbsp;https:\/\/%{SERVER_NAME}\/$1 [R,L]<\/pre>\n\n\n\n<p><strong>Let me explain the above code<\/strong>.<\/p>\n\n\n\n<p>First-line will check whether the URL that has been entered by the user has &#8220;HTTPS&#8221; or not, and will be true if it does not have &#8220;HTTPS&#8221;.<\/p>\n\n\n\n<p>In this part <strong>&#8220;https:\/\/%{SERVER_NAME}\/$&#8221;<\/strong><\/p>\n\n\n\n<p><strong>{SERVER_NAME}<\/strong> = <strong>&#8220;domain name&#8221;<\/strong><br> <strong>^\/?(.*)<\/strong> = &#8220;the <strong>slash<\/strong> is representing that <strong>slash,<\/strong> which is coming after the domain name and<strong>?<\/strong>\u00a0<strong>(.*)<\/strong> means nothing or everything&#8221;<br> <strong>$<\/strong> = &#8220;this variable will be having everything user entered after the domain name&#8221;<br> In <strong>&#8220;[R, L]&#8221;<\/strong>, <strong>&#8220;R&#8221;<\/strong> means <strong><em>redirect,<\/em> <\/strong>and<strong>&#8220;L&#8221;<\/strong> means this was the <strong><em>last rule<\/em><\/strong>, so stop further processing.<\/p>\n\n\n\n<p>Save your<strong>&#8220;.htaccess&#8221;<\/strong> file, and you are all done. <strong>Stay safe<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most important features is to ensure that your WordPress website is secure and safe for those users who want to exchange their important information on your website while shopping or doing other stuff. Setting up your WordPress website to force the use of the most secure transaction system is not that difficult [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":320174,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_analytify_skip_tracking":false,"footnotes":""},"categories":[53,571],"tags":[70,71,23],"class_list":["post-380","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-wordpress","tag-http","tag-https-site","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is HTTPS &amp; How to Set Up HTTPS in a WordPress Site?<\/title>\n<meta name=\"description\" content=\"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is HTTPS and How to Setup HTTPS in WordPress Site?\" \/>\n<meta property=\"og:description\" content=\"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/\" \/>\n<meta property=\"og:site_name\" content=\"WPBrigade\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/WPBrigade\" \/>\n<meta property=\"article:published_time\" content=\"2015-03-05T09:15:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-11T07:51:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Adnan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpbrigade\" \/>\n<meta name=\"twitter:site\" content=\"@wpbrigade\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adnan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/\"},\"author\":{\"name\":\"Adnan\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/60305aa637f786ceebbf9949f1a24634\"},\"headline\":\"What is HTTPS and How to Setup HTTPS in WordPress Site?\",\"datePublished\":\"2015-03-05T09:15:06+00:00\",\"dateModified\":\"2026-04-11T07:51:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/\"},\"wordCount\":401,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/what-is-https-and-how-to-setup-https-in-wordpress-site.png\",\"keywords\":[\"HTTP\",\"HTTPS Site\",\"WordPress\"],\"articleSection\":[\"How-to\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/\",\"name\":\"What is HTTPS & How to Set Up HTTPS in a WordPress Site?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/what-is-https-and-how-to-setup-https-in-wordpress-site.png\",\"datePublished\":\"2015-03-05T09:15:06+00:00\",\"dateModified\":\"2026-04-11T07:51:02+00:00\",\"description\":\"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/what-is-https-and-how-to-setup-https-in-wordpress-site.png\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2015\\\/03\\\/what-is-https-and-how-to-setup-https-in-wordpress-site.png\",\"width\":1500,\"height\":800,\"caption\":\"What is HTTPS and How to Setup HTTPS in WordPress Site?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/what-is-https-and-how-to-setup-https-in-wordpress-site\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpbrigade.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is HTTPS and How to Setup HTTPS in WordPress Site?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"name\":\"WPBrigade\",\"description\":\"WordPress Development Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpbrigade.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\",\"name\":\"WPBrigade\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"width\":271,\"height\":63,\"caption\":\"WPBrigade\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/WPBrigade\",\"https:\\\/\\\/x.com\\\/wpbrigade\",\"https:\\\/\\\/www.instagram.com\\\/wpbrigade.agency\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wpbrigade\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Wpbrigade\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/60305aa637f786ceebbf9949f1a24634\",\"name\":\"Adnan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"caption\":\"Adnan\"},\"sameAs\":[\"http:\\\/\\\/adnan.pk\\\/\",\"https:\\\/\\\/x.com\\\/wpbrigade\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is HTTPS & How to Set Up HTTPS in a WordPress Site?","description":"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.","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:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/","og_locale":"en_US","og_type":"article","og_title":"What is HTTPS and How to Setup HTTPS in WordPress Site?","og_description":"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.","og_url":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/","og_site_name":"WPBrigade","article_publisher":"https:\/\/facebook.com\/WPBrigade","article_published_time":"2015-03-05T09:15:06+00:00","article_modified_time":"2026-04-11T07:51:02+00:00","og_image":[{"width":1500,"height":800,"url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png","type":"image\/png"}],"author":"Adnan","twitter_card":"summary_large_image","twitter_creator":"@wpbrigade","twitter_site":"@wpbrigade","twitter_misc":{"Written by":"Adnan","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#article","isPartOf":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/"},"author":{"name":"Adnan","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/60305aa637f786ceebbf9949f1a24634"},"headline":"What is HTTPS and How to Setup HTTPS in WordPress Site?","datePublished":"2015-03-05T09:15:06+00:00","dateModified":"2026-04-11T07:51:02+00:00","mainEntityOfPage":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/"},"wordCount":401,"commentCount":0,"publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"image":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png","keywords":["HTTP","HTTPS Site","WordPress"],"articleSection":["How-to","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/","url":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/","name":"What is HTTPS & How to Set Up HTTPS in a WordPress Site?","isPartOf":{"@id":"https:\/\/wpbrigade.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#primaryimage"},"image":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png","datePublished":"2015-03-05T09:15:06+00:00","dateModified":"2026-04-11T07:51:02+00:00","description":"Setup HTTPS in WordPress site is the most important thing to do, to ensure the secure transaction. Here, we will discuss How to Setup HTTPS in WordPress Site.","breadcrumb":{"@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#primaryimage","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2015\/03\/what-is-https-and-how-to-setup-https-in-wordpress-site.png","width":1500,"height":800,"caption":"What is HTTPS and How to Setup HTTPS in WordPress Site?"},{"@type":"BreadcrumbList","@id":"https:\/\/wpbrigade.com\/what-is-https-and-how-to-setup-https-in-wordpress-site\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpbrigade.com\/"},{"@type":"ListItem","position":2,"name":"What is HTTPS and How to Setup HTTPS in WordPress Site?"}]},{"@type":"WebSite","@id":"https:\/\/wpbrigade.com\/#website","url":"https:\/\/wpbrigade.com\/","name":"WPBrigade","description":"WordPress Development Agency","publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpbrigade.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpbrigade.com\/#organization","name":"WPBrigade","url":"https:\/\/wpbrigade.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","width":271,"height":63,"caption":"WPBrigade"},"image":{"@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/WPBrigade","https:\/\/x.com\/wpbrigade","https:\/\/www.instagram.com\/wpbrigade.agency\/","https:\/\/www.linkedin.com\/company\/wpbrigade","https:\/\/www.youtube.com\/c\/Wpbrigade"]},{"@type":"Person","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/60305aa637f786ceebbf9949f1a24634","name":"Adnan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","caption":"Adnan"},"sameAs":["http:\/\/adnan.pk\/","https:\/\/x.com\/wpbrigade"]}]}},"_links":{"self":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/comments?post=380"}],"version-history":[{"count":3,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/380\/revisions"}],"predecessor-version":[{"id":320179,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/380\/revisions\/320179"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media\/320174"}],"wp:attachment":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media?parent=380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/categories?post=380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/tags?post=380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}