{"id":19672,"date":"2019-04-05T18:34:19","date_gmt":"2019-04-05T10:34:19","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=19672"},"modified":"2022-10-18T20:12:11","modified_gmt":"2022-10-18T12:12:11","slug":"wordpress-command-line","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/","title":{"rendered":"How to Install WordPress via Command Line"},"content":{"rendered":"<p>I assume that many people would do the following to <a href=\"https:\/\/www.hongkiat.com\/blog\/wordpress-serverpress\/\">install WordPress in local server<\/a>: Download the Package from <a href=\"https:\/\/wordpress.org\/\" target=\"_blank\" rel=\"noopener\">WordPress.org<\/a>, unpack it, put the files on the local server, open the localhost followed with the wordpress directory in the Browser, and then follow the instruction as shown.<\/p>\n<p>This is the <strong>standard way to install WordPress<\/strong>. It works fine, except it requires several layer of steps. And most of the time, I have to manually re-download the package for new installation.<\/p>\n<p>Another way to install WordPress is by using <a href=\"https:\/\/wp-cli.org\/\" target=\"_blank\" rel=\"noopener\">WP-CLI<\/a>, which I found to be more streamlined. WP-CLI is a set of command lines for operating WordPress stuff. This includes install and update WordPress Core, as well as install and update plugins.<\/p>\n<p>So, if you <strong>mainly work on WordPress environment<\/strong> and are <strong>comfortable on performing command lines in Terminal<\/strong>, you can follow this tip.<\/p>\n<p class=\"note\"><strong>Recommended Reading: <\/strong><a target=\"_blank\" href=\"https:\/\/www.hongkiat.com\/blog\/ampps-server\/\" rel=\"noopener\">Setting Up Local Server With AMPPS<\/a><\/p>\n<h2>Getting Started<\/h2>\n<p>We first need to install WP-CLI, and the easiest way would be via <a href=\"https:\/\/brew.sh\/\" target=\"_blank\" rel=\"noopener\">Homebrew<\/a>. Type the following commands:<\/p>\n<pre>\r\nbrew tap josegonzalez\/homebrew-php\r\nbrew install wp-cli\r\n<\/pre>\n<p>Once installed, you can type <code>wp<\/code> command to verify the it is applicable. If you got a message like what is shown in the screenshot below, it means \u201cit works\u201d.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg\" alt=\"verify command\" width=\"500\" height=\"120\"><\/figure>\n<h2>Creating Project<\/h2>\n<p>We start installing WordPress through command lines. First let\u2019s create our project directory. In my case, all web projects reside under ~\/Sites folder. So, I can type the command below to create a folder named <code>\/wordpress<\/code> in it:<\/p>\n<pre>\r\nmkdir ~\/Sites\/dev\/wordpress\r\n<\/pre>\n<p>Then, we navigate to this folder with the following command.<\/p>\n<pre>\r\ncd ~\/Sites\/dev\/wordpress\r\n<\/pre>\n<p>Let\u2019s download the WordPress package to this folder.<\/p>\n<pre>\r\nwp core download\r\n<\/pre>\n<p><strong>Tip:<\/strong> If you want to download a particular version of WordPress, you can run the command followed with the version number. For example:<\/p>\n<pre>\r\nwp core download --version=5.1\r\n<\/pre>\n<p>If the download has completed, we can begin the installation.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/wp-download.jpg\" alt=\"wp download\" width=\"500\" height=\"150\"><\/figure>\n<h2>Install WordPress<\/h2>\n<p>First, run the following command to create <strong>wp-config.php<\/strong> file.<\/p>\n<pre>\r\nwp core config --dbname=wordpress --dbuser=root --dbpass=root\r\n<\/pre>\n<p>The above command assumes that, you previously have created a database named <strong>wordpress<\/strong>. Change the database name with the one that you have created for the WordPress site.<\/p>\n<p>Next, we use <code>wp core install<\/code> command to install WordPress. This commands the following parameters:<\/p>\n<ul>\n<li><code>--url<\/code> The website address url, e.g. <em>http:\/\/localhost:8888\/wordpress\/<\/em>.<\/li>\n<li><code>--title<\/code> The website title, e.g. <em>My Blog<\/em>.<\/li>\n<li><code>--admin_user<\/code> The admin username. It should be all in lowercase, e.g. <em>admin<\/em>.<\/li>\n<li><code>--admin_password<\/code><\/li>\n<li><code>--admin_email<\/code><\/li>\n<\/ul>\n<p>Type the command below. Swap the parameters value as per your own setup.<\/p>\n<pre>\r\nwp core install --url=http:\/\/localhost:8888\/dev\/wordpress\/ --title=WordPress --admin_user=myusername --admin_password=mypassword --admin_email=tfirdaus@outlook.com\r\n<\/pre>\n<p>The process should run quick. If it has completed, you will see the following message:<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/wp-install.jpg\" alt=\"wp-install\" width=\"500\" height=\"120\"><\/figure>\n<p>Let\u2019s take a look at the database.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/wp-database.jpg\" alt=\"wp-database\" width=\"500\" height=\"200\"><\/figure>\n<p>Yes, as you can see above, we have successfully installed WordPress through command lines.<\/p>\n<h2>Final Thoughts<\/h2>\n<p>I hope you will find WP-CLI as a great alternative to operate WordPress. For more reference, you can head over to <a href=\"https:\/\/make.wordpress.org\/cli\/handbook\/commands-cookbook\/\" target=\"_blank\" rel=\"noopener\">WP-CLI.org Commands Doc.<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files on the local server, open the localhost followed with the wordpress directory in the Browser, and then follow the instruction as shown. This is the standard way to install WordPress.&hellip;<\/p>\n","protected":false},"author":113,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[49],"tags":[4663,3053,252],"topic":[4520],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install WordPress via Command Line - Hongkiat<\/title>\n<meta name=\"description\" content=\"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files\" \/>\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.hongkiat.com\/blog\/wordpress-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install WordPress via Command Line\" \/>\n<meta property=\"og:description\" content=\"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-05T10:34:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-18T12:12:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg\" \/>\n<meta name=\"author\" content=\"Thoriq Firdaus\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tfirdaus\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thoriq Firdaus\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/\"},\"author\":{\"name\":\"Thoriq Firdaus\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e7948c7a175d211496331e4b6ce55807\"},\"headline\":\"How to Install WordPress via Command Line\",\"datePublished\":\"2019-04-05T10:34:19+00:00\",\"dateModified\":\"2022-10-18T12:12:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/\"},\"wordCount\":457,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/wordpress-command-line\\\/verify-command.jpg\",\"keywords\":[\"ad-divi\",\"Command Line\",\"WordPress Tips\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/\",\"name\":\"How to Install WordPress via Command Line - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/wordpress-command-line\\\/verify-command.jpg\",\"datePublished\":\"2019-04-05T10:34:19+00:00\",\"dateModified\":\"2022-10-18T12:12:11+00:00\",\"description\":\"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/wordpress-command-line\\\/verify-command.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/wordpress-command-line\\\/verify-command.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wordpress-command-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install WordPress via Command Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e7948c7a175d211496331e4b6ce55807\",\"name\":\"Thoriq Firdaus\",\"description\":\"Thoriq is a writer for Hongkiat.com with a passion for web design and development. He is the author of Responsive Web Design by Examples, where he covered his best approaches in developing responsive websites quickly with a framework.\",\"sameAs\":[\"https:\\\/\\\/thoriq.com\",\"https:\\\/\\\/x.com\\\/tfirdaus\"],\"jobTitle\":\"Web Developer\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/thoriq\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install WordPress via Command Line - Hongkiat","description":"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files","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.hongkiat.com\/blog\/wordpress-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Install WordPress via Command Line","og_description":"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files","og_url":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2019-04-05T10:34:19+00:00","article_modified_time":"2022-10-18T12:12:11+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg","type":"","width":"","height":""}],"author":"Thoriq Firdaus","twitter_card":"summary_large_image","twitter_creator":"@tfirdaus","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Thoriq Firdaus","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/"},"author":{"name":"Thoriq Firdaus","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e7948c7a175d211496331e4b6ce55807"},"headline":"How to Install WordPress via Command Line","datePublished":"2019-04-05T10:34:19+00:00","dateModified":"2022-10-18T12:12:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/"},"wordCount":457,"commentCount":8,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg","keywords":["ad-divi","Command Line","WordPress Tips"],"articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/","url":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/","name":"How to Install WordPress via Command Line - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg","datePublished":"2019-04-05T10:34:19+00:00","dateModified":"2022-10-18T12:12:11+00:00","description":"I assume that many people would do the following to install WordPress in local server: Download the Package from WordPress.org, unpack it, put the files","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/wordpress-command-line\/verify-command.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/wordpress-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install WordPress via Command Line"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e7948c7a175d211496331e4b6ce55807","name":"Thoriq Firdaus","description":"Thoriq is a writer for Hongkiat.com with a passion for web design and development. He is the author of Responsive Web Design by Examples, where he covered his best approaches in developing responsive websites quickly with a framework.","sameAs":["https:\/\/thoriq.com","https:\/\/x.com\/tfirdaus"],"jobTitle":"Web Developer","url":"https:\/\/www.hongkiat.com\/blog\/author\/thoriq\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-57i","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/19672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/113"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=19672"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/19672\/revisions"}],"predecessor-version":[{"id":63045,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/19672\/revisions\/63045"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=19672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=19672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=19672"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=19672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}