{"id":14493,"date":"2024-10-04T10:29:49","date_gmt":"2024-10-04T10:29:49","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=14493"},"modified":"2024-10-04T13:49:42","modified_gmt":"2024-10-04T13:49:42","password":"","slug":"how-to-adjust-php-ini-settings-on-cwp","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/","title":{"rendered":"How to adjust PHP INI settings on CentOS Web Panel (CWP)"},"content":{"rendered":"\n<p>In <strong>CWP (CentOS Web Panel)<\/strong>, PHP settings such as file upload size, memory limits, and maximum execution time are managed through the <code>php.ini<\/code> file<\/p>\n\n\n\n<p>If you have CWP Pro, you are able to set a different PHP version or each domain then adjust these settings independently per domain<\/p>\n\n\n\n<p>If you have the free version of CWP, you will set one PHP version globally, then adjust the INI settings for the current PHP version, and that will apply for all domains if done from <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cwp-main-whm-panel\/\">WHM Admin Panel.<\/a><\/strong><\/p>\n\n\n\n<p>We will use the Free version of CWP, in this guide<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CWP installed<\/strong> on your server.<\/li>\n\n\n\n<li><strong>Root access<\/strong> to your CWP server.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>A. Adjust from Admin Panel<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1:<\/strong> <strong>Log in to the CWP Admin Panel<\/strong> using <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cwp-main-whm-panel\/\">these<\/a><\/strong> steps. <\/h5>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 2<\/strong>: <strong>Select the PHP Version<\/strong> for your server<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-change-the-php-version-in-control-web-panel-cwp\/\">these steps<\/a><\/strong> to set a PHP version that you desire<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Navigate to PHP Settings<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once logged in, go to the left-hand menu and select <strong>PHP Settings<\/strong>.<\/li>\n\n\n\n<li>Click on <strong>PHP.ini Configuration<\/strong>. This will give you access to the PHP configuration settings for various PHP versions installed on your server.<\/li>\n\n\n\n<li>You will see a page with an editor, as in the image below;<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"673\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.png\" alt=\"\" class=\"wp-image-14512\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-300x197.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-768x505.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118.png 1031w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 4: Adjust PHP.ini Settings<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the PHP configuration page, you will see various settings related to your PHP environment.<\/li>\n\n\n\n<li>You can manually edit the <code>php.ini<\/code> settings. <\/li>\n\n\n\n<li>Using the (CTRL+F) search will help you get the values fater, as in the image below<\/li>\n\n\n\n<li>Some common settings to adjust include:\n<ul class=\"wp-block-list\">\n<li><strong>upload_max_filesize<\/strong>:  you can set to 512M<\/li>\n\n\n\n<li><strong>post_max_size<\/strong>:  you can set to 512M<\/li>\n\n\n\n<li><strong>memory_limit<\/strong>: you can set to  800M<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"858\" height=\"713\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-119.png\" alt=\"\" class=\"wp-image-14513\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-119.png 858w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-119-300x249.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-119-768x638.png 768w\" sizes=\"auto, (max-width: 858px) 100vw, 858px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once done, click on<strong> Save changes<\/strong> to save<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"591\" height=\"186\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-120.png\" alt=\"\" class=\"wp-image-14514\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-120.png 591w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-120-300x94.png 300w\" sizes=\"auto, (max-width: 591px) 100vw, 591px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>B. Adjust from User Panel<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 1:<\/strong> <strong>Log in to the CWP user cPanel<\/strong> using <strong><a href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-access-cwp-users-cpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\">these<\/a><\/strong> steps. <\/h5>\n\n\n\n<p>This is the cpanel for a specific domain<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 2: Locate the Edit PHP INI Option<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the user panel&#8217;s landing page, scroll down to find  <strong>Edit php.ini <\/strong>option, as in the image below;<\/li>\n\n\n\n<li>Click on it <strong>Edit php.ini <\/strong><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"630\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-121-1024x630.png\" alt=\"\" class=\"wp-image-14517\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-121-1024x630.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-121-300x184.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-121-768x472.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-121.png 1171w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Step 3: Adjust the values as desired<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the php.ini editor, you will see a page with various options to choose and values to fill.<\/li>\n\n\n\n<li><strong>Domain<\/strong>: In this section, you will choose the domain whose INI settings you want to adjust<\/li>\n\n\n\n<li>Using the basic editor, adjust the values as you desire.  Below are the common ones\n<ul class=\"wp-block-list\">\n<li><strong>upload_max_filesize<\/strong>:  you can set to 512M<\/li>\n\n\n\n<li><strong>post_max_size<\/strong>:  you can set to 512M<\/li>\n\n\n\n<li><strong>memory_limit<\/strong>: you can set to 800M<\/li>\n\n\n\n<li><strong>max_execution_time<\/strong><\/li>\n\n\n\n<li><strong>display_errors<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once you have adjusted the values and clicked the blue tick for each, you will not click on Update changes to save all changes, as shown in the image below<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-122-1024x612.png\" alt=\"\" class=\"wp-image-14518\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-122-1024x612.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-122-300x179.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-122-768x459.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-122.png 1240w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>If your server is with <strong>Truehost<\/strong>, you may reach our <strong><a href=\"https:\/\/wa.me\/19726743814\">support team<\/a><\/strong> in case you need further guidance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In CWP (CentOS Web Panel), PHP settings such as file upload size, memory limits, and maximum execution time are managed through the php.ini file If you have CWP Pro, you are able to set a different PHP version or each domain then adjust these settings independently per domain If you have the free version of [&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-14493","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-06","word_count":468,"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 v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to adjust PHP INI settings on CentOS Web Panel (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-php-ini-settings-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 PHP INI settings on CentOS Web Panel (CWP) -\" \/>\n<meta property=\"og:description\" content=\"In CWP (CentOS Web Panel), PHP settings such as file upload size, memory limits, and maximum execution time are managed through the php.ini file If you have CWP Pro, you are able to set a different PHP version or each domain then adjust these settings independently per domain If you have the free version of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-04T13:49:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.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-php-ini-settings-on-cwp\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/\",\"name\":\"How to adjust PHP INI settings on CentOS Web Panel (CWP) -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-118-1024x673.png\",\"datePublished\":\"2024-10-04T10:29:49+00:00\",\"dateModified\":\"2024-10-04T13:49:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-118-1024x673.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-118-1024x673.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-adjust-php-ini-settings-on-cwp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to adjust PHP INI settings on CentOS Web Panel (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 PHP INI settings on CentOS Web Panel (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-php-ini-settings-on-cwp\/","og_locale":"en_US","og_type":"article","og_title":"How to adjust PHP INI settings on CentOS Web Panel (CWP) -","og_description":"In CWP (CentOS Web Panel), PHP settings such as file upload size, memory limits, and maximum execution time are managed through the php.ini file If you have CWP Pro, you are able to set a different PHP version or each domain then adjust these settings independently per domain If you have the free version of [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/","article_modified_time":"2024-10-04T13:49:42+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.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-php-ini-settings-on-cwp\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/","name":"How to adjust PHP INI settings on CentOS Web Panel (CWP) -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.png","datePublished":"2024-10-04T10:29:49+00:00","dateModified":"2024-10-04T13:49:42+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-118-1024x673.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-adjust-php-ini-settings-on-cwp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to adjust PHP INI settings on CentOS Web Panel (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\/14493","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=14493"}],"version-history":[{"count":6,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14493\/revisions"}],"predecessor-version":[{"id":14521,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/14493\/revisions\/14521"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=14493"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=14493"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=14493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}