{"id":13386,"date":"2025-11-11T19:39:53","date_gmt":"2025-11-11T19:39:53","guid":{"rendered":"https:\/\/wpxss.com\/?p=13386"},"modified":"2025-11-11T19:39:53","modified_gmt":"2025-11-11T19:39:53","slug":"reinstall-wordpress-core-using-wp-cli","status":"publish","type":"post","link":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/","title":{"rendered":"Reinstall WordPress Core using WP-CLI"},"content":{"rendered":"\n<p>We recently made <a href=\"https:\/\/wpxss.com\/application\/general\/most-useful-wp-cli-commands-with-examples-how-to-fix-most-common-wpcli-errors\/\">a list of the most useful WP-CLI commands with examples and how to fix the most common WPCLI errors<\/a> but there are a lot of maintenance tasks that can be done with WP-CLI that We haven&#8217;t included in this list.<\/p>\n\n\n\n<p>One of those tasks is reinstalling WordPress Core using WP-CLI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1. Get WordPress version<\/h2>\n\n\n\n<p>First, navigate to the directory where WordPress is installed and check the active version with <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core version<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><picture><source srcset=\"https:\/\/wpxss.com\/application\/wp-content\/webp-express\/webp-images\/uploads\/2021\/12\/image-15.png.webp 393w, https:\/\/wpxss.com\/application\/wp-content\/webp-express\/webp-images\/uploads\/2021\/12\/image-15-300x42.png.webp 300w\" sizes=\"auto, (max-width: 393px) 100vw, 393px\" type=\"image\/webp\"><img loading=\"lazy\" decoding=\"async\" width=\"393\" height=\"55\" src=\"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-15.png\" alt=\"\" class=\"wp-image-13387 webpexpress-processed\" srcset=\"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-15.png 393w, https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-15-300x42.png 300w\" sizes=\"auto, (max-width: 393px) 100vw, 393px\"><\/picture><\/figure>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2. Delete wp-admin and wp-includes directories (optional)<\/h2>\n\n\n\n<p>One of the most common reasons We reinstall WordPress core is because the website was hacked and We want to get rid of any malicious files inside wp-admin and wp-includes directories. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rm -rf wp-admin wp-includes\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>rm<\/strong> stands for remove and we are using<\/li><li><strong>-r<\/strong> for recursive to delete all the subdirectories and files<\/li><li><strong>-f<\/strong> for force without prompting.<\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3. Reinstall WP core<\/h2>\n\n\n\n<p>To download the core files, while skipping the content folder (wp-content).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core download --force --skip-content --version=5.4.4<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><picture><source srcset=\"https:\/\/wpxss.com\/application\/wp-content\/webp-express\/webp-images\/uploads\/2021\/12\/image-17.png.webp 707w, https:\/\/wpxss.com\/application\/wp-content\/webp-express\/webp-images\/uploads\/2021\/12\/image-17-300x36.png.webp 300w, https:\/\/wpxss.com\/application\/wp-content\/webp-express\/webp-images\/uploads\/2021\/12\/image-17-600x73.png.webp 600w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\" type=\"image\/webp\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"86\" src=\"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-17.png\" alt=\"\" class=\"wp-image-13388 webpexpress-processed\" srcset=\"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-17.png 707w, https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-17-300x36.png 300w, https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/image-17-600x73.png 600w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\"><\/picture><\/figure>\n\n\n\n<p>You can also specify the locale if needed with <strong>&#8211;locale<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp core download --force --skip-content --locale=en_US --version=5.4.4<\/code><\/pre>\n\n\n\n<p>That&#8217;s it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We recently made a list of the most useful WP-CLI commands with examples and how to fix the most common WPCLI errors but there are a lot of maintenance tasks that can be done with WP-CLI that We haven&#8217;t included in this list. One of those tasks is reinstalling WordPress Core using WP-CLI. Step 1. &#8230; <a title=\"Reinstall WordPress Core using WP-CLI\" class=\"read-more\" href=\"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/\" aria-label=\"More on Reinstall WordPress Core using WP-CLI\">Read full article \u2192<\/a><\/p>\n","protected":false},"author":1,"featured_media":13404,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":{"linkedin_AKM7w-lNvc_AKM7w-lNvc":"","twitter_1546204603015897088_1546204603015897088":"","facebook_5911678625523232_1725376287680116":""},"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[1],"tags":[174,283,339,199,173],"class_list":["post-13386","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wp-cli","tag-cli","tag-command","tag-core","tag-install","tag-wpcli","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.5 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Reinstall WordPress Core using WP-CLI - wpXSS<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reinstall WordPress Core using WP-CLI - wpXSS\" \/>\n<meta property=\"og:description\" content=\"We recently made a list of the most useful WP-CLI commands with examples and how to fix the most common WPCLI errors but there are a lot of maintenance tasks that can be done with WP-CLI that We haven&#8217;t included in this list. One of those tasks is reinstalling WordPress Core using WP-CLI. Step 1. ... Read full article \u2192\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"wpXSS\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/stefanneropejcic\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-11T19:39:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"842\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stefan Pejcic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sql_www2_wpxss_c\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stefan Pejcic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/\"},\"author\":{\"name\":\"Stefan Pejcic\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/#\\\/schema\\\/person\\\/67c09f6f5911642b33763b9be8e07ebe\"},\"headline\":\"Reinstall WordPress Core using WP-CLI\",\"datePublished\":\"2025-11-11T19:39:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/\"},\"wordCount\":167,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpxss.com\\\/application\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/wp-core.png\",\"keywords\":[\"cli\",\"command\",\"core\",\"install\",\"Wpcli\"],\"articleSection\":[\"WP-CLI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/\",\"url\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/\",\"name\":\"Reinstall WordPress Core using WP-CLI - wpXSS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpxss.com\\\/application\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/wp-core.png\",\"datePublished\":\"2025-11-11T19:39:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpxss.com\\\/application\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/wp-core.png\",\"contentUrl\":\"https:\\\/\\\/wpxss.com\\\/application\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/wp-core.png\",\"width\":2000,\"height\":842},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/reinstall-wordpress-core-using-wp-cli\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"WP-CLI\",\"item\":\"https:\\\/\\\/wpxss.com\\\/wp-cli\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reinstall WordPress Core using WP-CLI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/#website\",\"url\":\"https:\\\/\\\/wpxss.com\\\/\",\"name\":\"WPXSS\",\"description\":\"WordPress in plain English!\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/#organization\"},\"alternateName\":\"wpxss\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpxss.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/#organization\",\"name\":\"WPXSS\",\"alternateName\":\"wpxss\",\"url\":\"https:\\\/\\\/wpxss.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpxss.com\\\/application\\\/application\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/wpxss_logo_rotate.svg\",\"contentUrl\":\"https:\\\/\\\/wpxss.com\\\/application\\\/application\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/wpxss_logo_rotate.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"WPXSS\"},\"image\":{\"@id\":\"https:\\\/\\\/wpxss.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpxss.com\\\/#\\\/schema\\\/person\\\/67c09f6f5911642b33763b9be8e07ebe\",\"name\":\"Stefan Pejcic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g\",\"caption\":\"Stefan Pejcic\"},\"description\":\"My name is Stefan. I have been creating websites since 2009. I have been working on WordPress, cPanel and Linux on a near daily basis since 2012 and have helped over 12,000 clients with their websites. I have a keen eye on what makes for a great frontend user experience. In other words, my websites convert. Let's talk.\",\"sameAs\":[\"https:\\\/\\\/wpxss.com\\\/application\",\"https:\\\/\\\/facebook.com\\\/stefanneropejcic\",\"https:\\\/\\\/instagram.com\\\/stefanpejcic\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/stefan-pejcic\\\/\",\"https:\\\/\\\/x.com\\\/sql_www2_wpxss_c\"],\"url\":\"https:\\\/\\\/wpxss.com\\\/author\\\/sql_www2_wpxss_c\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Reinstall WordPress Core using WP-CLI - wpXSS","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:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/","og_locale":"en_US","og_type":"article","og_title":"Reinstall WordPress Core using WP-CLI - wpXSS","og_description":"We recently made a list of the most useful WP-CLI commands with examples and how to fix the most common WPCLI errors but there are a lot of maintenance tasks that can be done with WP-CLI that We haven&#8217;t included in this list. One of those tasks is reinstalling WordPress Core using WP-CLI. Step 1. ... Read full article \u2192","og_url":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/","og_site_name":"wpXSS","article_author":"https:\/\/facebook.com\/stefanneropejcic","article_published_time":"2025-11-11T19:39:53+00:00","og_image":[{"width":2000,"height":842,"url":"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png","type":"image\/png"}],"author":"Stefan Pejcic","twitter_card":"summary_large_image","twitter_creator":"@sql_www2_wpxss_c","twitter_misc":{"Written by":"Stefan Pejcic","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#article","isPartOf":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/"},"author":{"name":"Stefan Pejcic","@id":"https:\/\/wpxss.com\/#\/schema\/person\/67c09f6f5911642b33763b9be8e07ebe"},"headline":"Reinstall WordPress Core using WP-CLI","datePublished":"2025-11-11T19:39:53+00:00","mainEntityOfPage":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/"},"wordCount":167,"commentCount":0,"publisher":{"@id":"https:\/\/wpxss.com\/#organization"},"image":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png","keywords":["cli","command","core","install","Wpcli"],"articleSection":["WP-CLI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/","url":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/","name":"Reinstall WordPress Core using WP-CLI - wpXSS","isPartOf":{"@id":"https:\/\/wpxss.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#primaryimage"},"image":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png","datePublished":"2025-11-11T19:39:53+00:00","breadcrumb":{"@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#primaryimage","url":"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png","contentUrl":"https:\/\/wpxss.com\/application\/wp-content\/uploads\/2021\/12\/wp-core.png","width":2000,"height":842},{"@type":"BreadcrumbList","@id":"https:\/\/wpxss.com\/wp-cli\/reinstall-wordpress-core-using-wp-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"WP-CLI","item":"https:\/\/wpxss.com\/wp-cli\/"},{"@type":"ListItem","position":2,"name":"Reinstall WordPress Core using WP-CLI"}]},{"@type":"WebSite","@id":"https:\/\/wpxss.com\/#website","url":"https:\/\/wpxss.com\/","name":"WPXSS","description":"WordPress in plain English!","publisher":{"@id":"https:\/\/wpxss.com\/#organization"},"alternateName":"wpxss","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpxss.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpxss.com\/#organization","name":"WPXSS","alternateName":"wpxss","url":"https:\/\/wpxss.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpxss.com\/#\/schema\/logo\/image\/","url":"https:\/\/wpxss.com\/application\/application\/wp-content\/uploads\/2022\/11\/wpxss_logo_rotate.svg","contentUrl":"https:\/\/wpxss.com\/application\/application\/wp-content\/uploads\/2022\/11\/wpxss_logo_rotate.svg","width":"1024","height":"1024","caption":"WPXSS"},"image":{"@id":"https:\/\/wpxss.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wpxss.com\/#\/schema\/person\/67c09f6f5911642b33763b9be8e07ebe","name":"Stefan Pejcic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/78b9e1a1c87e130d66556961130ca243330eae11aa1224355713e640e2177f50?s=96&d=mm&r=g","caption":"Stefan Pejcic"},"description":"My name is Stefan. I have been creating websites since 2009. I have been working on WordPress, cPanel and Linux on a near daily basis since 2012 and have helped over 12,000 clients with their websites. I have a keen eye on what makes for a great frontend user experience. In other words, my websites convert. Let's talk.","sameAs":["https:\/\/wpxss.com\/application","https:\/\/facebook.com\/stefanneropejcic","https:\/\/instagram.com\/stefanpejcic","https:\/\/www.linkedin.com\/in\/stefan-pejcic\/","https:\/\/x.com\/sql_www2_wpxss_c"],"url":"https:\/\/wpxss.com\/author\/sql_www2_wpxss_c\/"}]}},"_links":{"self":[{"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/posts\/13386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/comments?post=13386"}],"version-history":[{"count":1,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/posts\/13386\/revisions"}],"predecessor-version":[{"id":18246,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/posts\/13386\/revisions\/18246"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/media\/13404"}],"wp:attachment":[{"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/media?parent=13386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/categories?post=13386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpxss.com\/wp-json\/wp\/v2\/tags?post=13386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}