{"id":1396,"date":"2021-07-26T06:41:56","date_gmt":"2021-07-26T11:41:56","guid":{"rendered":"https:\/\/www.knownhost.com\/kb\/?p=1396"},"modified":"2025-10-29T06:56:56","modified_gmt":"2025-10-29T11:56:56","slug":"manage-wordpress-admin","status":"publish","type":"post","link":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/","title":{"rendered":"How to manage WordPress Admin account"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 ez-toc-wrap-right counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #212121;color:#212121\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #212121;color:#212121\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#how_to_change_wordpress_default_admin_name%e2%80%a8\" >How to Change WordPress Default Admin Name?\u2028<\/a><ul class='ez-toc-list-level-4' ><li class='ez-toc-heading-level-4'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#what_should_be_done_with_content_owned_by_this_user\" >What should be done with content owned by this user?<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#how_to_change_wordpress_default_admin_id_number\" >How to Change WordPress Default Admin ID Number?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#how_to_disable_all_wordpress_plugins_without_logging_in_to_wordpress\" >How to Disable All WordPress Plugins Without Logging In to WordPress?<\/a><\/li><\/ul><\/nav><\/div>\n\n<h3 class=\"wp-block-heading\" id=\"how_to_change_wordpress_default_admin_name_\u2028\"><span class=\"ez-toc-section\" id=\"how_to_change_wordpress_default_admin_name%e2%80%a8\"><\/span>How to Change WordPress Default Admin Name?\u2028<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>You\u2019ve been reading about securing WordPress and figured it was time to change the default administrator name to something other than admin or Admin, in an effort to secure your site.<\/p>\n\n\n\n<p>In order to target your admin account and break in, a hacker will need to guess the admin password, so making it a lengthy, non-dictionary set of characters is a good start.<\/p>\n\n\n\n<p>However, if you\u2019ve left the default admin username easy for them to guess, you\u2019ve overlooked half the security you could put in place. After all, if a hacker has to guess the username and password, they\u2019ve got a lot more work ahead of them!<\/p>\n\n\n\n<p>There are a few different approaches to changing admin names for added security, including using SQL update statements directly on the database.<\/p>\n\n\n\n<p>Option 1\u2028:<\/p>\n\n\n\n<p>Rarely mentioned, but used fairly frequently, you can create a new user with some name other than admin and then assign them the admin role so that they can take charge. Do this within the WordPress admin panel for ease of task completion.<\/p>\n\n\n\n<p>After doing this, and confirming that you can login with admin permissions using that new user just created, you\u2019ll want to reduce the permissions of the original admin account, making them a subscriber, for example. You\u2019ll also want to change the email address so that it\u2019s not known by hackers.<\/p>\n\n\n\n<p>The impact of this will be that if someone hacks into the old admin account, they\u2019ll have minimal capabilities, unable to wreck your site like a real admin could. All the while your new admin will be able to administer the site, with hackers not knowing what username to try and hack into.<\/p>\n\n\n\n<p>One issue is that this strands post ownership to the subscriber admin, not the real new one. A fix would be to reassign post ownership to a new user:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  UPDATE wp_posts SET post_author = real-admin-id-number WHERE post_author = old-admin-id-number;<\/code><\/pre>\n\n\n\n<p>This option isn\u2019t without some pitfalls, which is why many site owners opt for a different approach.<\/p>\n\n\n\n<p>Option 2:<\/p>\n\n\n\n<p>Another popular approach is to create a new admin user, delete the old one and use the built-in WordPress functionality to reassign content from the old to the new.<\/p>\n\n\n\n<p>By doing this, the old admin user is completely gone, rendering hack attempts against it to be ineffective.<\/p>\n\n\n\n<p>To employ this method, login to the WordPress admin panel and click on Users. Next, click on Add User and create a new user with admin permissions.\u2028Then hover over the old admin user and click on the Delete link. This will take you to a Delete Users page where you\u2019ll be asked:<\/p>\n\n\n\n<p>You have specified this user for deletion: ID #1: Admin (or whatever user ID and name you have selected)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"what_should_be_done_with_content_owned_by_this_user\"><span class=\"ez-toc-section\" id=\"what_should_be_done_with_content_owned_by_this_user\"><\/span>What should be done with content owned by this user?<span class=\"ez-toc-section-end\"><\/span><\/h4>\n\n\n\n<p>You should choose the option:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  Attribute all content to: ______<\/code><\/pre>\n\n\n\n<p>In the dropdown, select the new admin user you\u2019ve created and click Confirm Deletion once you\u2019re sure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how_to_change_wordpress_default_admin_id_number\"><span class=\"ez-toc-section\" id=\"how_to_change_wordpress_default_admin_id_number\"><\/span>How to Change WordPress Default Admin ID Number?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>\u2028If you\u2019re thinking about security, in addition to changing away from a default admin name would be to change away from a low range (under 10), or default (1), ID.<\/p>\n\n\n\n<p>In wp_users, the field is called ID. In wp_usermeta, the field is user_id.<\/p>\n\n\n\n<p>Changing the ID in one table means you need to change the user_id in the other, or else your metadata will no longer be linked to the correct user!<\/p>\n\n\n\n<p>Setting the ID from 1 to a larger value, like 999, is done via SQL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  UPDATE wp_users SET ID = 999 WHERE ID = 1;<\/code><\/pre>\n\n\n\n<p>Then the wp_usermeta user_id needs updated via SQL:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  UPDATE wp_usermeta SET user_id = 999 WHERE user_id = 1;<\/code><\/pre>\n\n\n\n<p>You can replace ID and user_id to the correct value of the user in question. Just make sure the new ID and user_id match from table to table.<\/p>\n\n\n\n<p><br><strong>ALERT:<\/strong><\/p>\n\n\n\n<p>If you do just these two steps, and your blog manages to accumulate more than 998 users, you risk a collision in numbering. This can happen when WordPress creates a new user, it starts with the last number used, like 1 for the 1st, 2 for the 2nd, etc.<\/p>\n\n\n\n<p>To avoid collision, set the auto-increment value above the value you specified (999). Perhaps you\u2019d like to set it to 1999, to put some distance above. That would mean all new users would be getting ID\u2019s starting with 1999, and increasing from there.<\/p>\n\n\n\n<p>Set the Auto-Increment<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  ALTER TABLE wp_users AUTO_INCREMENT = 1999;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how_to_disable_all_wordpress_plugins_without_logging_in_to_wordpress_admin\"><span class=\"ez-toc-section\" id=\"how_to_disable_all_wordpress_plugins_without_logging_in_to_wordpress\"><\/span>How to Disable All WordPress Plugins Without Logging In to WordPress?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>If you\u2019re having trouble with your site, one big troubleshooting step is to disable WordPress plugins. When the admin area of WordPress isn\u2019t working properly, this can be a challenge.<\/p>\n\n\n\n<p>There are two fairly easy ways of disabling all the plugins at one time.<\/p>\n\n\n\n<p>Option 1 &#8211; Use FTP\u2028Login to your site via ftp and find the WordPress site files, which possibly could be in \/public_html or \/public_html\/blog, just as examples.<\/p>\n\n\n\n<p>The goto wp-content, where you\u2019ll find a subfolder called plugins.<\/p>\n\n\n\n<p>Don\u2019t delete anything! The idea is to rename the plugins folder to something different, like pluginstemp for example. By renaming the folder, WordPress won\u2019t be able to find them and won\u2019t load any of the plugin code which was giving you problems.<\/p>\n\n\n\n<p>Once you\u2019ve sorted any issues with the site, theme, or plugins, you can rename the folder back to plugins, then login to WordPress admin and enable them again.<\/p>\n\n\n\n<p>Option 2 &#8211; Use <a href=\"https:\/\/www.knownhost.com\/kb\/how-to-use-phpmyadmin-to-change-plugins-for-wordpress\/\">phpMyAdmin<\/a> You\u2019ll want to first perform a SQL select statement to find the active_plugins data, then copy it and save it off somewhere for safekeeping. Then you can update the option_value so that WordPress thinks there are no plugins.<\/p>\n\n\n\n<p>First &#8211; Find Them\u2028<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  SELECT option_id, option_value \n  FROM wp_options \n  WHERE option_name = \u2018active_plugins\u2019;<\/code><\/pre>\n\n\n\n<p>Second &#8211; Save Them Somewhere Safe and Note the option_id (XX)<\/p>\n\n\n\n<p>Third &#8211; Change the Value\u2028<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  UPDATE wp_options \n  SET option_value = 'a:0:{}' \n  WHERE option_name = 'active_plugins';<\/code><\/pre>\n\n\n\n<p>After you\u2019ve done whatever you needed to do and are ready to let WordPress know you\u2019ve got a bunch of plugins to work with, edit the wp_options table, row XX and change the option value from &#8216;a:0:{}&#8217; back to whatever it was originally, that you had saved for later.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Change WordPress Default Admin Name?\u2028 You\u2019ve been reading about securing WordPress and figured it was time to change the default administrator name to something other than admin or Admin, in an effort to secure your site. In order to target your admin account and break in, a hacker will need to guess the [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[146],"tags":[251,252,257,255,106],"class_list":["post-1396","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-blogs","tag-cms","tag-database","tag-sql","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to manage WordPress Admin account - KnownHost<\/title>\n<meta name=\"description\" content=\"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to manage WordPress Admin account - KnownHost\" \/>\n<meta property=\"og:description\" content=\"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/\" \/>\n<meta property=\"og:site_name\" content=\"KnownHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-26T11:41:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-29T11:56:56+00:00\" \/>\n<meta name=\"author\" content=\"Jonathan K. W.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan K. W.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/\"},\"author\":{\"name\":\"Jonathan K. W.\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"headline\":\"How to manage WordPress Admin account\",\"datePublished\":\"2021-07-26T11:41:56+00:00\",\"dateModified\":\"2025-10-29T11:56:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/\"},\"wordCount\":1017,\"keywords\":[\"blogs\",\"cms\",\"database\",\"SQL\",\"wordpress\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/\",\"name\":\"How to manage WordPress Admin account - KnownHost\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-07-26T11:41:56+00:00\",\"dateModified\":\"2025-10-29T11:56:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"description\":\"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/manage-wordpress-admin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to manage WordPress Admin account\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\",\"name\":\"KnownHost\",\"description\":\"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\",\"name\":\"Jonathan K. W.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"caption\":\"Jonathan K. W.\"},\"sameAs\":[\"https:\\\/\\\/www.knownhost.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to manage WordPress Admin account - KnownHost","description":"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.","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:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/","og_locale":"en_US","og_type":"article","og_title":"How to manage WordPress Admin account - KnownHost","og_description":"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.","og_url":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/","og_site_name":"KnownHost","article_published_time":"2021-07-26T11:41:56+00:00","article_modified_time":"2025-10-29T11:56:56+00:00","author":"Jonathan K. W.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan K. W.","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#article","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/"},"author":{"name":"Jonathan K. W.","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"headline":"How to manage WordPress Admin account","datePublished":"2021-07-26T11:41:56+00:00","dateModified":"2025-10-29T11:56:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/"},"wordCount":1017,"keywords":["blogs","cms","database","SQL","wordpress"],"articleSection":["WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/","url":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/","name":"How to manage WordPress Admin account - KnownHost","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/#website"},"datePublished":"2021-07-26T11:41:56+00:00","dateModified":"2025-10-29T11:56:56+00:00","author":{"@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"description":"In this guide we will walk you through on how to manage WordPress admin account so you are always in control of your WordPress website.","breadcrumb":{"@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.knownhost.com\/kb\/manage-wordpress-admin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.knownhost.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to manage WordPress Admin account"}]},{"@type":"WebSite","@id":"https:\/\/www.knownhost.com\/kb\/#website","url":"https:\/\/www.knownhost.com\/kb\/","name":"KnownHost","description":"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.knownhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b","name":"Jonathan K. W.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","caption":"Jonathan K. W."},"sameAs":["https:\/\/www.knownhost.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/comments?post=1396"}],"version-history":[{"count":1,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1396\/revisions"}],"predecessor-version":[{"id":7966,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1396\/revisions\/7966"}],"wp:attachment":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/media?parent=1396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/categories?post=1396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/tags?post=1396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}