{"id":15759,"date":"2024-10-24T11:05:56","date_gmt":"2024-10-24T11:05:56","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=15759"},"modified":"2024-10-24T11:47:02","modified_gmt":"2024-10-24T11:47:02","password":"","slug":"how-to-adjust-max_vars_input-on-cwp","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/","title":{"rendered":"How to adjust max_vars_input on CWP"},"content":{"rendered":"\n<p>To adjust the <code>max_input_vars<\/code> setting on <strong>CWP (CentOS Web Panel)<\/strong>, you can modify the PHP configuration for the server or for specific domains. The <code>max_input_vars<\/code> setting controls the maximum number of input variables that PHP can process in a single request, and increasing it may be necessary for handling large forms or complex applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>A. Adjust <code>max_input_vars<\/code> <strong>Globally<\/strong>( for a Specific PHP Version )<\/strong><\/h3>\n\n\n\n<p>Please note that if you are on <strong>free<\/strong> version of CWP, the following steps will make changes for the current PHP version. However if you are on <strong>pro-version<\/strong>, you can use PHP Selector feature to make changes for each PHP version independently.<\/p>\n\n\n\n<p><strong>Steps<\/strong><\/p>\n\n\n\n<h5 class=\"wp-block-heading\">1. <strong>Log into CWP Admi<\/strong>n using <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cwp-main-whm-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\">these steps<\/a><\/strong><\/h5>\n\n\n\n<h5 class=\"wp-block-heading\">2. <strong>Open the PHP ini file<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the CWP admin dashboard, on the left-side pane, go to <strong>PHP Settings<\/strong>-><strong>PHP.ini COnfiguration<\/strong> and click on it.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"425\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png\" alt=\"\" class=\"wp-image-15765\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png 924w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514-300x138.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514-768x353.png 768w\" sizes=\"auto, (max-width: 924px) 100vw, 924px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>3. Edit the <code>php.ini<\/code> File<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You will be directed to the page where you can edit the <code>php.ini<\/code> configuration file.<\/li>\n\n\n\n<li>Alternatively, you can edit the file manually via SSH at the following location<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/local\/php\/php.ini<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Search for the <code>max_input_vars<\/code> setting in the <code>php.ini<\/code> file and remove the preceeding semi colon, then give it a value that you want<\/li>\n\n\n\n<li>If it&#8217;s not already present, add it<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>max_input_vars = 3000<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"743\" height=\"549\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-517.png\" alt=\"\" class=\"wp-image-15772\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-517.png 743w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-517-300x222.png 300w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/figure>\n\n\n\n<p><strong>4. Save Changes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After making the change, save the file.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"638\" height=\"136\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-518.png\" alt=\"\" class=\"wp-image-15773\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-518.png 638w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-518-300x64.png 300w\" sizes=\"auto, (max-width: 638px) 100vw, 638px\" \/><\/figure>\n\n\n\n<p><strong>5. Restart Apache\/PHP-FPM:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For the changes to take effect, you need to restart the web server or PHP-FPM depending on the PHP handler in use.<\/li>\n\n\n\n<li>You can restart services via CWP\u2019s interface or by running the following commands via SSH:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>systemctl restart httpd   # For Apache\n\nsystemctl restart php-fpm # For PHP-FPM<\/strong><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>A. Adjust <code>max_input_vars<\/code> for a Specific Domain<\/strong><\/h3>\n\n\n\n<p>To adjust <code>max_input_vars<\/code> for a particular domain, you can use a <code>.htaccess<\/code> file or modify the <code>php.ini<\/code> file specific to the domain.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access the Domain\u2019s user panel using <a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cwp-users-cpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">these steps<\/a><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the panel&#8217;s landing page, check the left side pane and go to <strong>CWP Settings->Edit php.ini <\/strong>or  scroll down to<strong>CWP Settings->Edit php.ini<\/strong><\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"691\" height=\"293\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-524.png\" alt=\"\" class=\"wp-image-15787\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-524.png 691w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-524-300x127.png 300w\" sizes=\"auto, (max-width: 691px) 100vw, 691px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on <strong>Edit php.ini<\/strong> to access the php.ini editor\n<ul class=\"wp-block-list\">\n<li>Click on Advanced Editor. You will see other existing settings in the editor.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"869\" height=\"569\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-525.png\" alt=\"\" class=\"wp-image-15788\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-525.png 869w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-525-300x196.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-525-768x503.png 768w\" sizes=\"auto, (max-width: 869px) 100vw, 869px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On a new line, add the following code. Adjust the <strong>3000<\/strong> to be a value that you desire.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>max_input_vars = 3000<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"425\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-526-1024x425.png\" alt=\"\" class=\"wp-image-15789\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-526-1024x425.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-526-300x125.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-526-768x319.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-526.png 1083w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once added, click on Save to save your changes<\/li>\n<\/ul>\n\n\n\n<p>By following these steps, you can adjust the <code>max_input_vars<\/code> setting globally or for specific domains on your <strong>CWP (CentOS Web Panel)<\/strong> server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To adjust the max_input_vars setting on CWP (CentOS Web Panel), you can modify the PHP configuration for the server or for specific domains. The max_input_vars setting controls the maximum number of input variables that PHP can process in a single request, and increasing it may be necessary for handling large forms or complex applications. A. [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,2120,1824,1879,2128],"doc_tag":[],"class_list":["post-15759","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-cwp-panel","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-07","word_count":425,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"CWP Panel","term_url":"https:\/\/truehost.com\/support\/docs-category\/cwp-panel\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to adjust max_vars_input on CWP -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to adjust max_vars_input on CWP -\" \/>\n<meta property=\"og:description\" content=\"To adjust the max_input_vars setting on CWP (CentOS Web Panel), you can modify the PHP configuration for the server or for specific domains. The max_input_vars setting controls the maximum number of input variables that PHP can process in a single request, and increasing it may be necessary for handling large forms or complex applications. A. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-24T11:47:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/\",\"name\":\"How to adjust max_vars_input on CWP -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-514.png\",\"datePublished\":\"2024-10-24T11:05:56+00:00\",\"dateModified\":\"2024-10-24T11:47:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-514.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-514.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-max_vars_input-on-cwp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to adjust max_vars_input on CWP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to adjust max_vars_input on CWP -","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:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/","og_locale":"en_US","og_type":"article","og_title":"How to adjust max_vars_input on CWP -","og_description":"To adjust the max_input_vars setting on CWP (CentOS Web Panel), you can modify the PHP configuration for the server or for specific domains. The max_input_vars setting controls the maximum number of input variables that PHP can process in a single request, and increasing it may be necessary for handling large forms or complex applications. A. [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/","article_modified_time":"2024-10-24T11:47:02+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/","name":"How to adjust max_vars_input on CWP -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png","datePublished":"2024-10-24T11:05:56+00:00","dateModified":"2024-10-24T11:47:02+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-514.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-max_vars_input-on-cwp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to adjust max_vars_input on CWP"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/15759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=15759"}],"version-history":[{"count":11,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/15759\/revisions"}],"predecessor-version":[{"id":15793,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/15759\/revisions\/15793"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=15759"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=15759"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=15759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}