{"id":7780,"date":"2023-08-17T21:05:03","date_gmt":"2023-08-17T21:05:03","guid":{"rendered":"https:\/\/nichetwins.com\/?p=7780"},"modified":"2023-08-18T13:30:51","modified_gmt":"2023-08-18T13:30:51","slug":"where-is-php-ini-in-wordpress","status":"publish","type":"post","link":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/","title":{"rendered":"Where Is php.ini in WordPress? (For Beginners)"},"content":{"rendered":"\n

Does it feel like you’re navigating a maze when trying to locate the php.ini file in WordPress<\/strong>? <\/p>\n\n\n\n

Well as it turns out, every WordPress-powered site (800,000M+ websites as of 2023) runs on PHP at around around 40%<\/a>. In fact, it can be said that WordPress is why PHP remains so popular in the first place.<\/p>\n\n\n\n

That means there’s likely a hell of a lot of site owners in the same boat as you.<\/em><\/p>\n\n\n\n

Here’s the good news – you’ve come to the right place.<\/p>\n\n\n\n

This guide is all about helping you locate and manipulate php.ini data in WordPress. <\/strong><\/p>\n\n\n\n

Let’s dive in.<\/p>\n\n\n\n\n\n

What is php.ini?<\/h2>\n\n\n\n

Before we go hunting, let\u2019s quickly review the the basics.<\/p>\n\n\n\n

What we are referring to here is a configuration file that’s integral to the functioning of your Hypertext Preprocessor (PHP).<\/strong><\/p>\n\n\n\n

But what is PHP and why does it matter?<\/em><\/p>\n\n\n\n

If you right click and select ‘Inspect’ on any webpage, you’ll see the source code that is responsible for creating and rendering the page that you see.<\/p>\n\n\n\n

Some of that code language is processed ‘client-side<\/strong>‘ (aka by the browser) and some of that code is processed ‘server-side<\/strong>‘ (aka on the backend by a configured computer).<\/p>\n\n\n\n

HTML, JavaScript and CSS all sit client-side. <\/strong>This code is interpreted by your browser and then rendered into a visual display.<\/p>\n\n\n\n

PHP and MySQL sit server-side.<\/strong> This code is software that is installed on the server, allowing webpages to be served to your browser.<\/p>\n\n\n

\n
\"Visual
Graphic adapted from John Morris’ PHP introductory tutorial<\/a>.<\/em><\/figcaption><\/figure><\/div>\n\n\n
<\/div>\n\n\n\n

It’s your PHP code that allows your site to connect to your WordPress database and access the information needed by the server, to ultimately be displayed by the browser.<\/p>\n\n\n\n

And it’s specifically the php.ini file that is responsible for setting parameters that influence various aspects of your server. These parameters include file upload sizes, resource limits, error displays, etc. <\/em><\/p>\n\n\n\n

In other words, the parameters set by this file directly impact the performance and functionality of your site.<\/strong><\/p>\n\n\n\n

So, by adjusting these parameter settings, you can tailor your site’s PHP environment and enhance performance and user experience.<\/p>\n\n\n\n

Where Is the php.ini File Located?<\/h2>\n\n\n\n

The file resides in the root directory of your server where your WordPress installation is located.<\/p>\n\n\n\n

However, its exact location can vary depending on the type of server you are using, which is often dictated by your hosting provider.<\/em><\/p>\n\n\n\n

Since Apache <\/strong>and NGINX <\/strong>handle over 85% of total webservers<\/a>, one of the three approaches below is very likely to work for you.<\/p>\n\n\n\n

Option 1: WP File Manager Plugin<\/h3>\n\n\n\n

I’m not a highly technical person. <\/p>\n\n\n\n

If you’re like me, the first and easiest route to take is to install the WordPress plugin “WP File Manager<\/a>“.<\/strong><\/p>\n\n\n\n

Once installed and activated, select ‘WP File Manager<\/strong>‘ from the WordPress dashboard menu. <\/p>\n\n\n\n

Then, within the ‘public_html<\/strong>‘ folder, search for the php.ini file. <\/p>\n\n\n\n

If it’s not there, that’s alight. Simply hover your cursor over the files, right click and select ‘New file<\/strong>‘. Then click ‘TXT: Plain text<\/strong>‘.<\/p>\n\n\n

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

Finally, rename the file to “php.ini” and save it.<\/p>\n\n\n\n

Option 2: cPanel<\/h3>\n\n\n\n

Alternatively, you can access the file via your cPanel, either directly<\/a> or via your host provider. <\/p>\n\n\n\n

To do so, login to the cPanel, scroll down to the Software section and click “Select PHP Version<\/strong>“.<\/p>\n\n\n

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

From here on the PHP Selector landing page, click the Options tab.<\/p>\n\n\n\n

Option 3: FTP Client<\/h3>\n\n\n\n

A third and final option is to access your WordPress root directory via an FTP client such as FileZilla<\/a>.<\/p>\n\n\n\n

Once the FTP is downloaded and installed on your computer, you can use it to directly access your site files. <\/p>\n\n\n\n

The FTP credentials needed to link to your website were sent to you via email when you first signed up for a WordPress hosting service.<\/strong><\/p>\n\n\n\n

In the event you cannot find the email, you’ll need to contact your host provide (whether BlueHost, Cloudways, A2 Hosting, etc) and request the information.<\/em><\/p>\n\n\n\n

Once you’ve gained access, look for the folder titled “public” and locate the php.ini file.<\/p>\n\n\n\n

How do I Edit php.ini in WordPress? <\/h2>\n\n\n\n

Typically folks are trying to locate this file when a server error occurs, requiring a settings change to file uploads limits or extending the execution time for scripts.<\/p>\n\n\n\n

Remember, editing the php.ini file is a powerful action that can significantly impact your site’s functionality. Always make sure to backup your original file<\/a> before making any changes<\/strong>, so you can revert back if needed.<\/p>\n\n\n\n

If you’ve accessed the file via a plugin or via an FTP client, editing the file involves using the code editor<\/strong> to modify its contents and saving the changes.<\/p>\n\n\n\n

If you’ve access the file via your cPanel, in all likelihood you will have more restricted access based on your host’s settings. Instead of an open code editor field, you may see a page with only some customizable fields<\/strong>.<\/p>\n\n\n\n

After making your desired changes, save the file and be sure to clear all cache. <\/p>\n\n\n\n

If for any reason your access is restricted or your changes do not take effect, some PHP settings can be adjusted within the .htaccess and wp-config.php files.<\/em><\/p>\n\n\n\n

Here are a few setting tweaks you can consider for optimal site performance:<\/strong><\/p>\n\n\n\n

\n

1.) memory_limit = 256M;<\/p>\n\n\n\n

2.) max_execution_time = 120;<\/p>\n\n\n\n

3.) upload_max_filesize = 64M;<\/p>\n\n\n\n

4.) post_max_size = 64M;<\/p>\nShennan, Chris. \u201c10 Essential PHP.ini Tweaks for Improved Web Performance.\u201d Chris Shennan, 3 Apr. 2023, chrisshennan.com\/blog\/10-essential-phpini-tweaks-for-improved-web-performance.<\/a> Accessed 17 Aug. 2023.<\/cite><\/blockquote>\n\n\n\n

Final Word<\/h2>\n\n\n\n

The php.ini file is typically located in the root directory of your server<\/strong> where your WordPress installation is located. <\/p>\n\n\n\n

The file is responsible for setting parameters that influence various aspects of your server including file upload sizes, resource limits, error displays, etc. <\/p>\n\n\n\n

The three easiest ways to access it is via the WP File Manager<\/strong> plugin, the cPanel <\/strong>or an FTP client<\/strong> like FileZilla.<\/p>\n\n\n\n

Altering the file and adjusting the server settings can improve your WordPress site’s overall performance. <\/p>\n\n\n\n

Just remember, it’s always wise to backup your original file<\/strong> before making any changes!<\/p>\n","protected":false},"excerpt":{"rendered":"

Does it feel like you’re navigating a maze when trying to locate the php.ini file … <\/p>\n

Read post<\/a><\/p>\n","protected":false},"author":4,"featured_media":8271,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"yoast_head":"\nWhere Is php.ini in WordPress? (For Beginners) - Niche Twins<\/title>\n<meta name=\"description\" content=\"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!\" \/>\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\/where-is-php-ini-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Where Is php.ini in WordPress? (For Beginners) - Niche Twins\" \/>\n<meta property=\"og:description\" content=\"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Niche Twins\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-17T21:05:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-18T13:30:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\"},\"author\":{\"name\":\"Keith\",\"@id\":\"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76\"},\"headline\":\"Where Is php.ini in WordPress? (For Beginners)\",\"datePublished\":\"2023-08-17T21:05:03+00:00\",\"dateModified\":\"2023-08-18T13:30:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\"},\"wordCount\":1027,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nichetwins.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png\",\"articleSection\":[\"Blogging Support\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\",\"url\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\",\"name\":\"Where Is php.ini in WordPress? (For Beginners) - Niche Twins\",\"isPartOf\":{\"@id\":\"https:\/\/nichetwins.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png\",\"datePublished\":\"2023-08-17T21:05:03+00:00\",\"dateModified\":\"2023-08-18T13:30:51+00:00\",\"description\":\"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!\",\"breadcrumb\":{\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage\",\"url\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png\",\"contentUrl\":\"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png\",\"width\":1920,\"height\":1080,\"caption\":\"Where Is php.ini in WordPress?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nichetwins.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Where Is php.ini in WordPress? (For Beginners)\"}]},{\"@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":"Where Is php.ini in WordPress? (For Beginners) - Niche Twins","description":"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!","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\/where-is-php-ini-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Where Is php.ini in WordPress? (For Beginners) - Niche Twins","og_description":"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!","og_url":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/","og_site_name":"Niche Twins","article_published_time":"2023-08-17T21:05:03+00:00","article_modified_time":"2023-08-18T13:30:51+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/"},"author":{"name":"Keith","@id":"https:\/\/nichetwins.com\/#\/schema\/person\/e85ceb432d6310ce9d70661de87f1b76"},"headline":"Where Is php.ini in WordPress? (For Beginners)","datePublished":"2023-08-17T21:05:03+00:00","dateModified":"2023-08-18T13:30:51+00:00","mainEntityOfPage":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/"},"wordCount":1027,"commentCount":0,"publisher":{"@id":"https:\/\/nichetwins.com\/#organization"},"image":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png","articleSection":["Blogging Support"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/","url":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/","name":"Where Is php.ini in WordPress? (For Beginners) - Niche Twins","isPartOf":{"@id":"https:\/\/nichetwins.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png","datePublished":"2023-08-17T21:05:03+00:00","dateModified":"2023-08-18T13:30:51+00:00","description":"The parameters set within the php.ini file, directly impact the performance and functionality of your site. Here's how to find and edit it!","breadcrumb":{"@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#primaryimage","url":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png","contentUrl":"https:\/\/nichetwins.com\/wp-content\/uploads\/2023\/08\/Niche-Twins-Featured-Images.png","width":1920,"height":1080,"caption":"Where Is php.ini in WordPress?"},{"@type":"BreadcrumbList","@id":"https:\/\/nichetwins.com\/where-is-php-ini-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nichetwins.com\/"},{"@type":"ListItem","position":2,"name":"Where Is php.ini in WordPress? (For Beginners)"}]},{"@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\/7780"}],"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=7780"}],"version-history":[{"count":71,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts\/7780\/revisions"}],"predecessor-version":[{"id":8273,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/posts\/7780\/revisions\/8273"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/media\/8271"}],"wp:attachment":[{"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/media?parent=7780"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/categories?post=7780"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nichetwins.com\/wp-json\/wp\/v2\/tags?post=7780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}