{"id":3752,"date":"2021-03-12T09:29:23","date_gmt":"2021-03-12T09:29:23","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3752"},"modified":"2025-04-03T23:59:12","modified_gmt":"2025-04-03T22:59:12","slug":"wordpress-site-info","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/site\/wordpress-site-info","title":{"rendered":"WordPress site info"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Get site name<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$SiteName = get_bloginfo('name');<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Get site description<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$SiteDescription = get_bloginfo('description');<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Get site URL<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  $SiteUrl = get_site_url();\n\n  \/\/You can also use this:\n  wp_redirect(home_url( '\/some-page') );\n  die();\n\n  wp_redirect(home_url( '\/') );\n  die();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Get site name Get site description Get site URL<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[],"class_list":["post-3752","post","type-post","status-publish","format-standard","hentry","category-site"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=3752"}],"version-history":[{"count":5,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3752\/revisions"}],"predecessor-version":[{"id":4809,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3752\/revisions\/4809"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}