/** * Plugin Name: All-in-One WP Migration * Plugin URI: https://servmask.com/ * Description: All-in-One WP Migration makes moving your entire WordPress site simple. Export or import your database, media, plugins, and themes with just a few clicks. * Author: ServMask * Author URI: https://servmask.com/ * Version: 7.90 * Text Domain: all-in-one-wp-migration * Domain Path: /languages * Network: True * License: GPLv3 * * Copyright (C) 2014-2025 ServMask Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Attribution: This code is part of the All-in-One WP Migration plugin, developed by * * ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗ * ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝ * ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝ * ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗ * ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗ * ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } // Check SSL Mode if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && ( $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https' ) ) { $_SERVER['HTTPS'] = 'on'; } // Plugin Basename define( 'AI1WM_PLUGIN_BASENAME', basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) ); // Plugin Path define( 'AI1WM_PATH', dirname( __FILE__ ) ); // Plugin URL define( 'AI1WM_URL', plugins_url( '', AI1WM_PLUGIN_BASENAME ) ); // Plugin Storage URL define( 'AI1WM_STORAGE_URL', plugins_url( 'storage', AI1WM_PLUGIN_BASENAME ) ); // Include constants require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'constants.php'; // Include deprecated require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'deprecated.php'; // Include functions require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'functions.php'; // Include exceptions require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'exceptions.php'; // Include loader require_once dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'loader.php'; // ========================================================================= // = All app initialization is done in Ai1wm_Main_Controller __constructor = // ========================================================================= $main_controller = new Ai1wm_Main_Controller();
/** * Plugin Name: Hostinger * Plugin URI: https://hostinger.com * Description: Hostinger WordPress plugin. * Version: 1.9.9 * Requires at least: 5.6 * Requires PHP: 7.4 * Author: Hostinger * License: GPL v3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Author URI: https://www.hostinger.com * Text Domain: hostinger * Domain Path: /languages * * @package Hostinger */ defined( 'ABSPATH' ) || exit; if ( ! defined( 'HOSTINGER_VERSION' ) ) { define( 'HOSTINGER_VERSION', '1.9.9' ); } if ( ! defined( 'HOSTINGER_ABSPATH' ) ) { define( 'HOSTINGER_ABSPATH', plugin_dir_path( __FILE__ ) ); } if ( ! defined( 'HOSTINGER_PLUGIN_FILE' ) ) { define( 'HOSTINGER_PLUGIN_FILE', __FILE__ ); } if ( ! defined( 'HOSTINGER_PLUGIN_URL' ) ) { define( 'HOSTINGER_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); } if ( ! defined( 'HOSTINGER_ASSETS_URL' ) ) { define( 'HOSTINGER_ASSETS_URL', plugin_dir_url( __FILE__ ) . 'assets' ); } if ( ! defined( 'HOSTINGER_WP_CONFIG_PATH' ) ) { define( 'HOSTINGER_WP_CONFIG_PATH', ABSPATH . '.private/config.json' ); } if ( ! defined( 'HOSTINGER_WP_TOKEN' ) ) { $hostinger_dir_parts = explode( '/', __DIR__ ); $hostinger_server_root_path = '/' . $hostinger_dir_parts[1] . '/' . $hostinger_dir_parts[2]; define( 'HOSTINGER_WP_TOKEN', $hostinger_server_root_path . '/.api_token' ); } if ( ! defined( 'HOSTINGER_REST_URI' ) ) { define( 'HOSTINGER_REST_URI', 'https://rest-hosting.hostinger.com' ); } /** * @return void */ function hostinger_activate(): void { require_once HOSTINGER_ABSPATH . 'includes/class-hostinger-activator.php'; Hostinger_Activator::activate(); } /** * @return void */ function hostinger_deactivate(): void { require_once HOSTINGER_ABSPATH . 'includes/class-hostinger-deactivator.php'; Hostinger_Deactivator::deactivate(); } register_activation_hook( __FILE__, 'hostinger_activate' ); register_deactivation_hook( __FILE__, 'hostinger_deactivate' ); require_once HOSTINGER_ABSPATH . 'includes/class-hostinger.php'; $hostinger = new Hostinger(); $hostinger->run();{"id":219,"date":"2023-08-16T10:31:14","date_gmt":"2023-08-16T10:31:14","guid":{"rendered":"https:\/\/mailssoftware.org\/blogs\/?p=219"},"modified":"2025-08-19T09:41:20","modified_gmt":"2025-08-19T09:41:20","slug":"import-contacts-to-outlook-from-gmail-hotmail-and-yahoo","status":"publish","type":"post","link":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/","title":{"rendered":"How to Easily Import Contacts to Outlook from Gmail, Hotmail, and Yahoo for free?"},"content":{"rendered":"

Using more than one email account is a new trend nowadays, generally, people use different email accounts to handle their professional life and personal life. But sometimes situations arise when we have to import data from one of our personal accounts to a professional email account.<\/p>\n

Let\u2019s understand it with an example \u2013 Suppose you use any web-based email client such as Gmail, Hotmail, or Yahoo Mail to manage your personal email profile, and you use Outlook for the professional one. Suppose you need to import contacts to Outlook from Gmail, Yahoo Mail, or Hotmail to Outlook. The question is how you can export contacts to Outlook.<\/p>\n

If you are in the same situation and looking for the answer and step-by-step working guide, then this blog will definitely help you. Using the same method, we have transferred Gmail contacts to Outlook with full safety of data.<\/p>\n

Don\u2019t worry the working Guide to migrate contacts from web-based email clients to Outlook is very easy, even a non\u2013tech person can easily import contacts to Outlook by following these steps.<\/p>\n

So let\u2019s get started \u2013<\/p>\n

1-) How to transfer email contacts from Gmail to Outlook?<\/h2>\n

First, let\u2019s talk about how we can download Gmail contacts to Outlook. This complete process is divided into 2 steps \u2013<\/p>\n

1 \u2013 Extract Contacts in CSV.<\/em><\/p>\n

2 \u2013 Transfer the CSV file in Outlook.<\/em><\/p>\n

Steps to Export Gmail contacts in CSV \u2013<\/h3>\n

This process is so easy, just follow these steps \u2013<\/p>\n

1 \u2013 Open your\u00a0Gmail Account >><\/strong>\u00a0Click on the\u00a0dotes icon<\/strong>\u00a0on the top right of the screen, just left to your profile logo.<\/p>\n

\"click-on-dotes\"<\/p>\n

2 \u2013 In the new window\u00a0Choose the Contacts option.<\/strong><\/p>\n

\"Select-contacts\"<\/p>\n

3 \u2013 In the new window,\u00a0select the contacts you want to migrate<\/strong>\u00a0>><\/strong> You can also choose all contacts.<\/p>\n

\"select-contacts-to-export\"<\/p>\n

4 \u2013 Then click on the\u00a0Export option<\/strong>\u00a0on the left panel of the screen.<\/p>\n

\"click-on-export-on-left-panel\"<\/p>\n

5 \u2013 Choose the Outlook CSV option in the New window >><\/strong>\u00a0Click\u00a0Export<\/strong>.<\/p>\n

\"in-new-window-select-export-option\" \"\"<\/p>\n

The contacts will be downloaded in CSV file format on your computer.<\/p>\n

Steps to import CSV contacts to Outlook 2019, 2016, 2013<\/h3>\n

1 \u2013 Open\u00a0Outlook<\/strong>\u00a0>><\/strong>\u00a0Click on\u00a0File<\/strong>.<\/p>\n

\"click-on-file\"<\/p>\n

2 \u2013 In New Window select\u00a0Open & Export >><\/strong>\u00a0Import\/Export Option.<\/strong><\/p>\n

\"click-open-and-export-option\"<\/p>\n

3 \u2013 Select\u00a0Import from another program or file\u00a0<\/strong>option in Import\/Export Wizard >>\u00a0Next<\/strong>.<\/p>\n

\"importcontact9\"<\/p>\n

4 \u2013 Choose the\u00a0Common Separate Values<\/strong> option in the new wizard\u00a0>> Next<\/strong>.<\/p>\n

\"importcontact10\"<\/p>\n

5 \u2013 Browse the CSV file from your system and\u00a0choose to Allow Duplication to be Created option >><\/strong>\u00a0Next<\/strong>.<\/p>\n

\"provide-the-destination-path-and-choose-dublication-option\"<\/p>\n

6 \u2013 Select the\u00a0Destination Folder to save the data >> NEXT.<\/strong><\/p>\n

\"provide-the-destination-folder-and-press-next\"<\/p>\n

7 \u2013 In the new\u00a0Window click on Finish.<\/strong><\/p>\n

\"Click-on-finish-button\"<\/p>\n

The process will start and depending upon CSV size it takes time. See how easy it is \ud83d\ude0a<\/p>\n

2-) How to transfer email contacts from Yahoo to Outlook?<\/h2>\n

Transfer Yahoo contacts to Outlook process is simple and is divided into 2 Parts.<\/p>\n

1 \u2013 Extract Yahoo Mail contacts in CSV.<\/em><\/p>\n

2 \u2013 Import CSV file into Outlook contacts.<\/em><\/p>\n

Steps to download Yahoo contacts to CSV file.<\/h3>\n

1 \u2013 Open your Yahoo Mail account.<\/p>\n

2 \u2013 Click on\u00a0Contacts<\/strong>\u00a0located on the right side.<\/p>\n

3 \u2013 Click on this icon\u00a0>> Select Export (CSV).<\/strong><\/p>\n

\"select-export-CSV\"<\/p>\n

The Yahoo contacts will be downloaded into your system in CSV file format.<\/p>\n

Note \u2013 Now you can import Yahoo contacts to Outlook 2016, 2019, 2013. Using the same process which we have used in the Gmail section. So, you can see it from the Gmail section.<\/em><\/p>\n

3-) How to transfer email contacts from Hotmail to Outlook?<\/h2>\n

Hot Mail or MS Outlook.com mail services is a popular email client. The process of contact migration is divided in 2 parts.<\/p>\n

1 \u2013 Download contacts from Hotmail in CSV.<\/em><\/p>\n

2 \u2013 Upload CSV file to Outlook contacts.<\/em><\/p>\n

Steps to Backup Contacts from Hotmail in CSV.<\/h3>\n

1 \u2013 Open your\u00a0Hot Mail Account >><\/strong> Click on the\u00a0People icon\u00a0<\/strong>to access contacts.<\/p>\n

\"people-icon\"<\/p>\n

2 \u2013 In the new window\u00a0Selects the contacts you want to transfer<\/strong>\u00a0>> Click on Manage.<\/strong><\/p>\n

3 \u2013 From the drop-down select the\u00a0Export option<\/strong>.<\/p>\n

\"click-on-export-1\"<\/p>\n

4 \u2013 In the new window\u00a0click on Export.<\/strong><\/p>\n

\"in-new-window-select-export-option\"<\/p>\n

Once you click on export the complete data of Outlook Contacts will save in CSV file format on your computer.<\/p>\n

Note<\/strong> \u2013 Now you can export Hotmail contacts to Outlook 2016, 2019, and 2013. Using the same process which we have used in the Gmail section. So you can see it from the Gmail section.<\/em><\/p>\n

Sometimes, due to corruption in the OST or PST file (as per the case) of MS Outlook, your imported contacts don\u2019t show in the desired folder in MS Outlook. In this situation, you need to repair that file. And for this MailsSoftware\u00a0<\/strong>OST to PST converter<\/strong><\/em><\/a>\u00a0is the best solution if you are using an OST file.<\/p>\n

And if you are storing data in the PST file, then you can use the PRO version of MailsSoftware\u00a0<\/strong>Free PST viewer<\/strong><\/em><\/a>. Both the software will first scan the Outlook file then repair all its bugs and convert data in PST, EML, MSG, MHTML, and MBOX file format.<\/p>\n

Conclusion<\/strong><\/h3>\n

I hope this blog has helped you to migrate contacts from Web Clients like Google, Hotmail, and Yahoo to Outlook. As you see, the process to import contacts to Outlook is very easy. In case you have any confusion then feel free to contact us.<\/p>\n","protected":false},"excerpt":{"rendered":"

Using more than one email account is a new trend nowadays, generally, people use different…<\/p>\n","protected":false},"author":1,"featured_media":236,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"yoast_head":"\nEasily import contacts to Outlook from Gmail, Hotmail, and Yahoo<\/title>\n<meta name=\"description\" content=\"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Easily import contacts to Outlook from Gmail, Hotmail, and Yahoo\" \/>\n<meta property=\"og:description\" content=\"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/\" \/>\n<meta property=\"og:site_name\" content=\"MailsSoftware\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-16T10:31:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-19T09:41:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailssoftware.org\/blogs\/wp-content\/uploads\/2023\/08\/contact-to-outlook.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1640\" \/>\n\t<meta property=\"og:image:height\" content=\"924\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/\",\"url\":\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/\",\"name\":\"Easily import contacts to Outlook from Gmail, Hotmail, and Yahoo\",\"isPartOf\":{\"@id\":\"https:\/\/mailssoftware.org\/blogs\/#website\"},\"datePublished\":\"2023-08-16T10:31:14+00:00\",\"dateModified\":\"2025-08-19T09:41:20+00:00\",\"author\":{\"@id\":\"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/b802f013015864a665eb669030eb0f90\"},\"description\":\"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.\",\"breadcrumb\":{\"@id\":\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mailssoftware.org\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Easily Import Contacts to Outlook from Gmail, Hotmail, and Yahoo for free?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mailssoftware.org\/blogs\/#website\",\"url\":\"https:\/\/mailssoftware.org\/blogs\/\",\"name\":\"MailsSoftware\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mailssoftware.org\/blogs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/b802f013015864a665eb669030eb0f90\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8d9d98afc0d159daf528cdab4e47fce3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8d9d98afc0d159daf528cdab4e47fce3?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/mailssoftware.org\/blogs\"],\"url\":\"https:\/\/mailssoftware.org\/blogs\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Easily import contacts to Outlook from Gmail, Hotmail, and Yahoo","description":"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.","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:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/","og_locale":"en_US","og_type":"article","og_title":"Easily import contacts to Outlook from Gmail, Hotmail, and Yahoo","og_description":"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.","og_url":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/","og_site_name":"MailsSoftware","article_published_time":"2023-08-16T10:31:14+00:00","article_modified_time":"2025-08-19T09:41:20+00:00","og_image":[{"width":1640,"height":924,"url":"https:\/\/mailssoftware.org\/blogs\/wp-content\/uploads\/2023\/08\/contact-to-outlook.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/","url":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/","name":"Easily import contacts to Outlook from Gmail, Hotmail, and Yahoo","isPartOf":{"@id":"https:\/\/mailssoftware.org\/blogs\/#website"},"datePublished":"2023-08-16T10:31:14+00:00","dateModified":"2025-08-19T09:41:20+00:00","author":{"@id":"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/b802f013015864a665eb669030eb0f90"},"description":"Easy manual way to import Contacts to Outlook from various online email clients like Gmail, Hotmail and Yahoo.","breadcrumb":{"@id":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mailssoftware.org\/blogs\/import-contacts-to-outlook-from-gmail-hotmail-and-yahoo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailssoftware.org\/blogs\/"},{"@type":"ListItem","position":2,"name":"How to Easily Import Contacts to Outlook from Gmail, Hotmail, and Yahoo for free?"}]},{"@type":"WebSite","@id":"https:\/\/mailssoftware.org\/blogs\/#website","url":"https:\/\/mailssoftware.org\/blogs\/","name":"MailsSoftware","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailssoftware.org\/blogs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/b802f013015864a665eb669030eb0f90","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailssoftware.org\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8d9d98afc0d159daf528cdab4e47fce3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8d9d98afc0d159daf528cdab4e47fce3?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/mailssoftware.org\/blogs"],"url":"https:\/\/mailssoftware.org\/blogs\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/posts\/219"}],"collection":[{"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":6,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":516,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/posts\/219\/revisions\/516"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/media\/236"}],"wp:attachment":[{"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailssoftware.org\/blogs\/wp-json\/wp\/v2\/tags?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}