{"id":7092,"date":"2023-04-25T22:19:31","date_gmt":"2023-04-25T22:19:31","guid":{"rendered":"https:\/\/nichetwins.com\/?p=7092"},"modified":"2023-05-02T18:28:44","modified_gmt":"2023-05-02T18:28:44","slug":"wordpress-not-sending-password-reset-email","status":"publish","type":"post","link":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/","title":{"rendered":"WordPress Not Sending Password Reset Email (Solved)"},"content":{"rendered":"\n
<\/div>\n\n\n\n

You attempt to use the “Lost Your Password?” link on the main login page of your WordPress site. The password reset email never arrives.<\/strong><\/p>\n\n\n

\n
\"WordPress<\/figure><\/div>\n\n\n
<\/div>\n\n\n\n

You’ve completed multiple attempts, allowed the server plenty of time to send the email, and you’ve checked (and re-checked) your spam folder. Still, no luck. <\/p>\n\n\n\n

Now what?<\/em><\/p>\n\n\n\n

When I recently forgot the password to my tech troubleshooting blog, I found most of the resources available on this topic to be totally useless<\/strong>.<\/p>\n\n\n\n

Many of the proposed solutions involve installing a plugin. The last I checked, in order to install a plugin you need to be logged in to your site. And if you could login, you wouldn’t have an issue in the first place!<\/em><\/p>\n\n\n\n

Fortunately there are two approaches you can use to reset your password, that DO NOT require prior account access. <\/p>\n\n\n\n

If WordPress is not sending the password reset email, log into your web host account and open the cPanel (or cPanel alternative). Then select phpMyAdmin to access the MySQL database and reset your password. As a last resort, access your File Manager and run the emergency password reset PHP script.<\/strong><\/p>\n\n\n\n\n\n

Reset Password From MySQL Database<\/h2>\n\n\n\n

MySQL<\/a> is what’s known as a relational database management system (RDBMS) based on structured query language (hence the “SQL”). It’s the database all WordPress websites use to store and retrieve their respective data<\/strong>.<\/p>\n\n\n\n

In fact, all of the information and underlying code that makes your site tick is automatically logged here. <\/p>\n\n\n\n

Because this process is automatic and happening behind the scenes, the vast majority of WordPress users are blissfully unaware of MySQL’s existence<\/strong>. <\/p>\n\n\n\n

And that’s just what its’ developers intended!<\/p>\n\n\n\n

WordPress was designed as an open-source content management system that doesn’t require any prior programing knowledge to use.<\/p>\n\n\n\n

Ok, cool. But why am I telling you this? <\/em><\/p>\n\n\n\n

Remember how I said MySQL stores all <\/em>of your site’s data? Well that includes your WordPress password! Therefore, if you can access your site’s MySQL database, you can manually change your password<\/strong>.<\/p>\n\n\n\n

How To Access MySQL Database<\/h3>\n\n\n\n

The easiest way to access your MySQL database is via phpMyAdmin<\/strong> within your web hosting cPanel<\/strong>. All you really need to know here is that phpMyAdmin is an administration tool that allows you to access your MySQL database directly.<\/p>\n\n\n\n

This process can vary slightly depending on the host you use. <\/p>\n\n\n\n

For example, if you use Bluehost<\/a>, once you’ve logged in you’ll select Hosting <\/strong>> cPanel <\/strong>from the menu bar at the top. Then, within the cPanel select Advanced <\/strong>from the left sidebar menu and click phpMyAdmin <\/strong>under Databases<\/strong>.<\/p>\n\n\n

\n
\"How<\/figure><\/div>\n\n\n
<\/div>\n\n\n\n

Other popular cPanel web hosts<\/strong> including HostGator<\/strong>, A2 Hosting<\/strong>, InMotion<\/strong>, and GoDaddy <\/strong>all follow a similar process. <\/p>\n\n\n\n

It’s important to note that some popular hosts like Cloudways<\/a> (our hosting provider for Niche Twins) have their own homegrown cPanel alternatives<\/strong>.<\/p>\n\n\n\n

For Cloudways users, once you have logged in, set the toggle to Applications <\/strong>at the top of the screen and select your website application. Then within Access Details under the heading MYSQL ACCESS<\/strong>, click LAUNCH DATABASE MANAGER<\/strong>.<\/p>\n\n\n

\n
\"How<\/figure><\/div>\n\n\n
<\/div>\n\n\n\n

How To Change WordPress Password In MySQL Database<\/h3>\n\n\n\n

Ok, so you’ve now successfully logged in to your MySQL database.<\/p>\n\n\n\n

Users logging in via their cPanel and phpMyAdmin<\/strong> will need to follow the steps in the exact order detailed below:<\/p>\n\n\n\n

    \n
  1. Within phpMyAdmin, select databases <\/strong>followed by your specific WordPress database<\/em>.<\/li>\n\n\n\n
  2. Locate wp_users<\/strong> in the table that populates and click the browse <\/strong>icon.
    \"Browse<\/li>\n\n\n\n
  3. Under user_login<\/strong>, find your WordPress username <\/strong>and click edit <\/strong>(pencil icon).<\/li>\n\n\n\n
  4. Once your user_id<\/strong> is shown, click edit<\/strong>.<\/li>\n\n\n\n
  5. Now next to user_pass<\/strong>, delete the long password that is listed and type in a new password (remember your password is case sensitive<\/em>).<\/li>\n\n\n\n
  6. Once your new password is populated, click the drop down menu under the Function column and select MD5<\/strong>.
    \"How<\/li>\n\n\n\n
  7. After you have double checked your password, click the Go <\/strong>button in the bottom right corner of the screen.<\/li>\n<\/ol>\n\n\n\n

    Cloudways <\/strong>users on the other hand will follow a slightly modified process:<\/p>\n\n\n\n

      \n
    1. Once you launch the Database Manager, click wp_users<\/strong> from the table.<\/li>\n\n\n\n
    2. Next, click the Select data<\/strong> tab at the top of the page, click the empty box next to your corresponding user_login ID and click the Edit <\/strong>button.
      \"Edit<\/li>\n\n\n\n
    3. Finally, under user_pass<\/strong> select MD5 <\/strong>from the drop down menu, change your password, and click Save<\/strong>.
      \"How<\/li>\n<\/ol>\n\n\n\n

      That’s it! Go ahead and head back over to your WordPress login page and use your new password to gain access.<\/p>\n\n\n\n

      Emergency Password Reset PHP Script<\/h2>\n\n\n\n

      What if for some reason you are unable to reset your password via the MySQL database? <\/p>\n\n\n\n

      Users with web host login access can deploy an emergency password reset PHP script.<\/strong><\/p>\n\n\n\n

      For this method, you will need to log back into your cPanel and locate File Manager<\/strong> (or ‘My File Manager’ depending on your specific host<\/em> provider<\/em>).<\/p>\n\n\n

      \n
      \"How<\/figure><\/div>\n\n\n
      <\/div>\n\n\n\n

      Within the File Manager create a new file and name it “emergency.php”. Then copy the emergency password reset php script<\/a> and paste it into the emergency.php code field. Save and close the file.<\/p>\n\n\n\n

      Now type the URL of your website into your search browser with “emergency.php” included at the end. For example, for Niche Twins we would search “https:\/\/nichetwins.com\/emergency.php”. <\/p>\n\n\n\n

      You will now arrive at the landing page depicted below.<\/p>\n\n\n

      \n
      \"WordPress<\/figure><\/div>\n\n\n
      <\/div>\n\n\n\n

      Under username, you must enter the WordPress administrator’s username<\/strong> for the site. Then enter any password you wish (be sure to copy the password down), and click Update Options<\/strong>.<\/p>\n\n\n\n

      An email will be triggered to the admin’s listed email account. Notably, the password will be changed regardless of whether you can access this email or not.<\/em><\/p>\n\n\n\n

      As soon as you are able to log in to your WordPress account, be sure to go back to the File Manager and delete the emergency.php file immediately<\/strong>. If you do not, anyone can use this same script to change your password again, posing a significant security risk.<\/p>\n\n\n\n

      Conclusion<\/h2>\n\n\n\n

      Forgetting your WordPress password and then not receiving the password reset email is an anxiety trip. I know. I’ve been there.<\/p>\n\n\n\n

      The two primary ways to reset your password that DO NOT require email access include:<\/strong><\/p>\n\n\n\n

        \n
      1. Resetting the password via the MySQL database<\/strong><\/li>\n\n\n\n
      2. Running the emergency password reset PHP script<\/strong><\/li>\n<\/ol>\n\n\n\n

        Notably, for both methods you will need to log into your web host account and access the cPanel (or cPanel alternative).<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"

        You attempt to use the “Lost Your Password?” link on the main login page of … <\/p>\n

        Read post<\/a><\/p>\n","protected":false},"author":4,"featured_media":7150,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"yoast_head":"\nWordPress Not Sending Password Reset Email (Solved) - Niche Twins<\/title>\n<meta name=\"description\" content=\"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress Not Sending Password Reset Email (Solved) - Niche Twins\" \/>\n<meta property=\"og:description\" content=\"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\" \/>\n<meta property=\"og:site_name\" content=\"Niche Twins\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-25T22:19:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-02T18:28:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Keith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nichetwins\" \/>\n<meta name=\"twitter:site\" content=\"@nichetwins\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Keith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\"},\"author\":{\"name\":\"Keith\",\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76\"},\"headline\":\"WordPress Not Sending Password Reset Email (Solved)\",\"datePublished\":\"2023-04-25T22:19:31+00:00\",\"dateModified\":\"2023-05-02T18:28:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\"},\"wordCount\":1072,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nichetwins.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png\",\"articleSection\":[\"Blogging Support\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\",\"url\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\",\"name\":\"WordPress Not Sending Password Reset Email (Solved) - Niche Twins\",\"isPartOf\":{\"@id\":\"https:\/\/nichetwins.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png\",\"datePublished\":\"2023-04-25T22:19:31+00:00\",\"dateModified\":\"2023-05-02T18:28:44+00:00\",\"description\":\"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.\",\"breadcrumb\":{\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage\",\"url\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png\",\"contentUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png\",\"width\":1920,\"height\":1080,\"caption\":\"WordPress not sending password reset email\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nichetwins.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Not Sending Password Reset Email (Solved)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nichetwins.com\/#website\",\"url\":\"https:\/\/nichetwins.com\/\",\"name\":\"Niche Twins\",\"description\":\"Teaching you to blog\",\"publisher\":{\"@id\":\"https:\/\/nichetwins.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nichetwins.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nichetwins.com\/#organization\",\"name\":\"Niche Twins\",\"url\":\"https:\/\/nichetwins.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2022\/04\/cropped-niche-twins-logo-1.png\",\"contentUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2022\/04\/cropped-niche-twins-logo-1.png\",\"width\":512,\"height\":512,\"caption\":\"Niche Twins\"},\"image\":{\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nichetwins\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76\",\"name\":\"Keith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/27af37ee18f6a8709db51696848075a4?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/27af37ee18f6a8709db51696848075a4?s=96&r=g\",\"caption\":\"Keith\"},\"url\":\"https:\/\/nichetwins.com\/author\/kdonovan46\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WordPress Not Sending Password Reset Email (Solved) - Niche Twins","description":"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.","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:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/","og_locale":"en_US","og_type":"article","og_title":"WordPress Not Sending Password Reset Email (Solved) - Niche Twins","og_description":"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.","og_url":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/","og_site_name":"Niche Twins","article_published_time":"2023-04-25T22:19:31+00:00","article_modified_time":"2023-05-02T18:28:44+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png","type":"image\/png"}],"author":"Keith","twitter_card":"summary_large_image","twitter_creator":"@nichetwins","twitter_site":"@nichetwins","twitter_misc":{"Written by":"Keith","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#article","isPartOf":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/"},"author":{"name":"Keith","@id":"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76"},"headline":"WordPress Not Sending Password Reset Email (Solved)","datePublished":"2023-04-25T22:19:31+00:00","dateModified":"2023-05-02T18:28:44+00:00","mainEntityOfPage":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/"},"wordCount":1072,"commentCount":0,"publisher":{"@id":"https:\/\/nichetwins.com\/#organization"},"image":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage"},"thumbnailUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png","articleSection":["Blogging Support"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/","url":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/","name":"WordPress Not Sending Password Reset Email (Solved) - Niche Twins","isPartOf":{"@id":"https:\/\/nichetwins.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage"},"image":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage"},"thumbnailUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png","datePublished":"2023-04-25T22:19:31+00:00","dateModified":"2023-05-02T18:28:44+00:00","description":"WordPress not sending the password reset email is anxiety inducing. Here are 2 ways to reset your password that DO NOT require email access.","breadcrumb":{"@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#primaryimage","url":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png","contentUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/04\/WordPress-not-sending-password-reset-email-featured-image-2.png","width":1920,"height":1080,"caption":"WordPress not sending password reset email"},{"@type":"BreadcrumbList","@id":"https:\/\/nichetwins.com\/wordpress-not-sending-password-reset-email\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nichetwins.com\/"},{"@type":"ListItem","position":2,"name":"WordPress Not Sending Password Reset Email (Solved)"}]},{"@type":"WebSite","@id":"https:\/\/nichetwins.com\/#website","url":"https:\/\/nichetwins.com\/","name":"Niche Twins","description":"Teaching you to blog","publisher":{"@id":"https:\/\/nichetwins.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nichetwins.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nichetwins.com\/#organization","name":"Niche Twins","url":"https:\/\/nichetwins.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nichetwins.com\/#\/schema\/logo\/image\/","url":"https:\/\/nichetwins.com\/wp-content\/uploads\/2022\/04\/cropped-niche-twins-logo-1.png","contentUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2022\/04\/cropped-niche-twins-logo-1.png","width":512,"height":512,"caption":"Niche Twins"},"image":{"@id":"https:\/\/nichetwins.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nichetwins"]},{"@type":"Person","@id":"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76","name":"Keith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nichetwins.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/27af37ee18f6a8709db51696848075a4?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/27af37ee18f6a8709db51696848075a4?s=96&r=g","caption":"Keith"},"url":"https:\/\/nichetwins.com\/author\/kdonovan46\/"}]}},"_links":{"self":[{"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts\/7092"}],"collection":[{"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/comments?post=7092"}],"version-history":[{"count":77,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts\/7092\/revisions"}],"predecessor-version":[{"id":8191,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts\/7092\/revisions\/8191"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/media\/7150"}],"wp:attachment":[{"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/media?parent=7092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/categories?post=7092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/tags?post=7092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}