{"id":111,"date":"2026-07-26T16:49:14","date_gmt":"2026-07-26T11:19:14","guid":{"rendered":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/"},"modified":"2026-08-03T19:12:28","modified_gmt":"2026-08-03T13:42:28","slug":"does-contact-form-7-store-data","status":"publish","type":"post","link":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/","title":{"rendered":"Does Contact Form 7 Store Data? (Short Answer: No)"},"content":{"rendered":"<p>It&#8217;s the same panic every time. Your mail server had a bad week, you know people filled in the contact form, and you log into WordPress to go and read those submissions. You click through the <strong>Contact<\/strong> menu, find <em>Contact Forms<\/em> and <em>Integration<\/em>\u2026 and nothing that looks like a list of messages. So you start searching for the honest answer: <strong>does Contact Form 7 store data?<\/strong><\/p>\n<h2>The short answer: no, it doesn&#8217;t<\/h2>\n<p>By default, <strong>Contact Form 7 does not save form submissions to your WordPress database<\/strong>. There is no hidden entries screen you&#8217;ve failed to find, and no setting to switch on. It isn&#8217;t a bug or an oversight \u2014 it&#8217;s the design.<\/p>\n<p>Contact Form 7 is an email router. When someone hits Submit, CF7 validates the fields, formats them into a mail template, and hands that message to WordPress to send. Once the handoff happens, the submitted values are gone from memory. Nothing is written to a database table for you to read later.<\/p>\n<p>Which leads to the part that actually costs people money: <strong>if the email fails to send, the submission is lost permanently<\/strong>. There is no copy anywhere. And email fails more often than most site owners realise \u2014 a shared host with no SMTP configured, an SPF or DKIM record that doesn&#8217;t match, a recipient&#8217;s spam filter quietly binning the message, a mailbox over quota. In every one of those cases CF7 has already forgotten the data.<\/p>\n<h2>How to check what you&#8217;re currently running<\/h2>\n<p>Before assuming the worst, it&#8217;s worth confirming whether something on your site is already saving entries. Two quick checks:<\/p>\n<ul>\n<li><strong>Look for a Flamingo menu.<\/strong> If <em>Flamingo \u2192 Inbound Messages<\/em> exists in your sidebar, submissions have been saved since the day that plugin was activated.<\/li>\n<li><strong>Look for an entries or submissions screen from any other plugin.<\/strong> Several form and CRM plugins hook into CF7 and store a copy. If one is active, you&#8217;ll have a list somewhere.<\/li>\n<\/ul>\n<p>If neither exists, assume nothing has been stored. And to be direct about it: <strong>submissions that were never saved cannot be recovered.<\/strong> There&#8217;s no repair tool, because there is no data to repair. The only thing worth doing now is making sure it stops happening.<\/p>\n<h2>How to make Contact Form 7 store entries<\/h2>\n<p>You fix this by adding an entry-storage plugin alongside CF7. It hooks the same submission event CF7 already fires and writes a copy to the database before the email is attempted.<\/p>\n<p>The two options most people land on:<\/p>\n<ul>\n<li><strong>Flamingo<\/strong> \u2014 built by Takayuki Miyoshi, the author of Contact Form 7 himself. Free, officially supported, extremely lightweight, and it does exactly one thing: keeps a list of inbound messages. The interface is dated and filtering is limited, but as insurance against lost leads it works.<\/li>\n<li><strong><a href=\"https:\/\/jnkplugins.com\/entryvault\/\" class=\"jnk-linkweave-auto\">EntryVault<\/a><\/strong> \u2014 our own plugin, listed <a href=\"https:\/\/wordpress.org\/plugins\/entryvault\/\">free in the WordPress.org plugin directory<\/a> (disclosure: we build it). It stores CF7 submissions along with entries from ten other form builders on a single board, and lets you filter by form and date range before exporting.<\/li>\n<\/ul>\n<p>We&#8217;ve written both sides of that choice up honestly elsewhere: the full step-by-step setup lives in <a href=\"https:\/\/jnkplugins.com\/blog\/save-contact-form-7-submissions-database\/\">how to save Contact Form 7 submissions to the database<\/a>, and if you want the two compared feature by feature, see <a href=\"https:\/\/jnkplugins.com\/blog\/entryvault-vs-flamingo\/\">Flamingo vs EntryVault<\/a>.<\/p>\n<h2>The other option: use a form plugin that stores entries itself<\/h2>\n<p>Adding a storage plugin fixes the symptom. It&#8217;s worth asking whether you want to keep patching CF7 at all \u2014 most people who end up with Flamingo also end up adding plugins for conditional logic, spam handling and file uploads, and now they&#8217;re maintaining five plugins to get what a modern form builder does on its own.<\/p>\n<p>If that&#8217;s where you are, <a href=\"https:\/\/jnkplugins.com\/trinity-forms\/\">Trinity Forms<\/a> (also ours, also on <a href=\"https:\/\/wordpress.org\/plugins\/trinity-forms\/\">WordPress.org&#8217;s plugin directory<\/a>) saves every submission by default and gives you an <strong>Entries<\/strong> screen in the free version \u2014 no add-on, no upgrade needed to read your own data. Conditional logic is included free too. We&#8217;ve covered the wider landscape in <a href=\"https:\/\/jnkplugins.com\/blog\/contact-form-7-alternative\/\">the best Contact Form 7 alternative for WordPress<\/a>.<\/p>\n<h2>Frequently asked questions<\/h2>\n<h3>Where does Contact Form 7 save submissions?<\/h3>\n<p>It doesn&#8217;t. Contact Form 7 stores form definitions as a custom post type, but submitted data is only ever formatted into an email and passed to WordPress to send. Nothing about the submission is written to the database, so there is no table to look in and no entries screen in the admin.<\/p>\n<h3>Can I recover old Contact Form 7 submissions?<\/h3>\n<p>No. If no storage plugin was active when the form was submitted, the data was never written anywhere and cannot be recovered. The only copies that might exist are the notification emails themselves, if they were delivered and you still have them in your inbox.<\/p>\n<h3>Does Flamingo save Contact Form 7 entries automatically?<\/h3>\n<p>Yes, from the moment you activate it. Flamingo hooks into Contact Form 7&#8217;s submission event and records every message under Flamingo \u2192 Inbound Messages. It does not backfill anything submitted before it was installed.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where does Contact Form 7 save submissions?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It doesn't. Contact Form 7 stores form definitions as a custom post type, but submitted data is only ever formatted into an email and passed to WordPress to send. Nothing about the submission is written to the database, so there is no table to look in and no entries screen in the admin.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I recover old Contact Form 7 submissions?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. If no storage plugin was active when the form was submitted, the data was never written anywhere and cannot be recovered. The only copies that might exist are the notification emails themselves, if they were delivered and you still have them in your inbox.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Flamingo save Contact Form 7 entries automatically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, from the moment you activate it. Flamingo hooks into Contact Form 7's submission event and records every message under Flamingo \u2192 Inbound Messages. It does not backfill anything submitted before it was installed.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n<h2>The bottom line<\/h2>\n<p>Contact Form 7 doesn&#8217;t store data, and it never claimed to \u2014 but relying on email alone means every delivery failure is a lead you&#8217;ll never know you had. Install Flamingo or <a href=\"https:\/\/wordpress.org\/plugins\/entryvault\/\">EntryVault<\/a> today so submissions land in your database as well as your inbox, and follow <a href=\"https:\/\/jnkplugins.com\/blog\/save-contact-form-7-submissions-database\/\">the full setup guide<\/a> if you want it done properly in the next ten minutes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s the same panic every time. Your mail server had a bad week, you know people filled in the contact form, and you log into WordPress \u2026<\/p>\n","protected":false},"author":1,"featured_media":112,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog<\/title>\n<meta name=\"description\" content=\"No \u2014 Contact Form 7 doesn&#039;t save submissions to your database. Here&#039;s why, how to check, and how to start storing entries before you lose more leads.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog\" \/>\n<meta property=\"og:description\" content=\"No \u2014 Contact Form 7 doesn&#039;t save submissions to your database. Here&#039;s why, how to check, and how to start storing entries before you lose more leads.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/\" \/>\n<meta property=\"og:site_name\" content=\"JnK Plugins Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-26T11:19:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-03T13:42:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Suresh K Meena\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suresh K Meena\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/\"},\"author\":{\"name\":\"Suresh K Meena\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"headline\":\"Does Contact Form 7 Store Data? (Short Answer: No)\",\"datePublished\":\"2026-07-26T11:19:14+00:00\",\"dateModified\":\"2026-08-03T13:42:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/\"},\"wordCount\":904,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/does-cf7-store-data.png\",\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/\",\"name\":\"Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/does-cf7-store-data.png\",\"datePublished\":\"2026-07-26T11:19:14+00:00\",\"dateModified\":\"2026-08-03T13:42:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"description\":\"No \u2014 Contact Form 7 doesn't save submissions to your database. Here's why, how to check, and how to start storing entries before you lose more leads.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/does-cf7-store-data.png\",\"contentUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/does-cf7-store-data.png\",\"width\":1200,\"height\":630,\"caption\":\"Contact Form 7 does not store submissions in the WordPress database by default\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/does-contact-form-7-store-data\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Does Contact Form 7 Store Data? (Short Answer: No)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\",\"name\":\"JnK Plugins Blog\",\"description\":\"Guides, comparisons, and tutorials for our WordPress plugins\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\",\"name\":\"Suresh K Meena\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"caption\":\"Suresh K Meena\"},\"description\":\"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.\",\"sameAs\":[\"https:\\\/\\\/jnkplugins.com\"],\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/author\\\/suresh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog","description":"No \u2014 Contact Form 7 doesn't save submissions to your database. Here's why, how to check, and how to start storing entries before you lose more leads.","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:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/","og_locale":"en_US","og_type":"article","og_title":"Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog","og_description":"No \u2014 Contact Form 7 doesn't save submissions to your database. Here's why, how to check, and how to start storing entries before you lose more leads.","og_url":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/","og_site_name":"JnK Plugins Blog","article_published_time":"2026-07-26T11:19:14+00:00","article_modified_time":"2026-08-03T13:42:28+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png","type":"image\/png"}],"author":"Suresh K Meena","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Suresh K Meena","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#article","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/"},"author":{"name":"Suresh K Meena","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"headline":"Does Contact Form 7 Store Data? (Short Answer: No)","datePublished":"2026-07-26T11:19:14+00:00","dateModified":"2026-08-03T13:42:28+00:00","mainEntityOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/"},"wordCount":904,"commentCount":0,"image":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/","url":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/","name":"Does Contact Form 7 Store Data? (Short Answer: No) - JnK Plugins Blog","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#primaryimage"},"image":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png","datePublished":"2026-07-26T11:19:14+00:00","dateModified":"2026-08-03T13:42:28+00:00","author":{"@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"description":"No \u2014 Contact Form 7 doesn't save submissions to your database. Here's why, how to check, and how to start storing entries before you lose more leads.","breadcrumb":{"@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#primaryimage","url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png","contentUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/does-cf7-store-data.png","width":1200,"height":630,"caption":"Contact Form 7 does not store submissions in the WordPress database by default"},{"@type":"BreadcrumbList","@id":"https:\/\/jnkplugins.com\/blog\/does-contact-form-7-store-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jnkplugins.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Does Contact Form 7 Store Data? (Short Answer: No)"}]},{"@type":"WebSite","@id":"https:\/\/jnkplugins.com\/blog\/#website","url":"https:\/\/jnkplugins.com\/blog\/","name":"JnK Plugins Blog","description":"Guides, comparisons, and tutorials for our WordPress plugins","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jnkplugins.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb","name":"Suresh K Meena","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","caption":"Suresh K Meena"},"description":"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.","sameAs":["https:\/\/jnkplugins.com"],"url":"https:\/\/jnkplugins.com\/blog\/author\/suresh\/"}]}},"_links":{"self":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/comments?post=111"}],"version-history":[{"count":1,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/111\/revisions"}],"predecessor-version":[{"id":293,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/111\/revisions\/293"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media\/112"}],"wp:attachment":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media?parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/categories?post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/tags?post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}