{"id":280,"date":"2024-06-22T07:06:59","date_gmt":"2024-06-22T07:06:59","guid":{"rendered":"https:\/\/orissawebhosting.in\/knowledgebase\/?p=280"},"modified":"2024-06-22T07:07:03","modified_gmt":"2024-06-22T07:07:03","slug":"how-to-fix-max-execution-time","status":"publish","type":"post","link":"https:\/\/orissawebhosting.in\/knowledgebase\/how-to-fix-max-execution-time\/","title":{"rendered":"How to Fix the WordPress max execution time Fatal Error: A comprehensive Guide"},"content":{"rendered":"\n<p>WordPress is a powerful and popular content management system (CMS) that allows users to create and manage websites easily. However, like any software, it can run into issues from time to time. One common problem WordPress users might encounter is the &#8220;max_execution_time&#8221; fatal error. This error occurs when a script runs longer than the<a href=\"https:\/\/www.orissawebhosting.in\/orissa-dedicated-hosting\/\"> server<\/a>&#8216;s allowed maximum execution time. In this guide, we&#8217;ll explore what causes this error and how to fix it using simple, easy-to-follow steps.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li ><a href=\"#what-is-the-max-execution-time-error\">What Is the max execution time Error?<\/a><\/li><li ><a href=\"#causes-of-word-press-max-execution-time-fatal-error\">Causes of WordPress max execution time Fatal Error<\/a><ul><li ><a href=\"#1-large-or-complex-imports-exports\">1. Large or Complex Imports\/Exports<\/a><\/li><li ><a href=\"#2-plugin-or-theme-updates\">2. Plugin or Theme Updates<\/a><\/li><li ><a href=\"#3-heavy-plugins-or-themes\">3. Heavy Plugins or Themes<\/a><\/li><li ><a href=\"#4-poorly-coded-plugins-or-themes\">4. Poorly Coded Plugins or Themes<\/a><\/li><li ><a href=\"#5-large-database-operations\">5. Large Database Operations<\/a><\/li><li ><a href=\"#6-content-management-tasks\">6. Content Management Tasks<\/a><\/li><li ><a href=\"#7-server-performance-issues\">7. Server Performance Issues<\/a><\/li><li ><a href=\"#8-inadequate-hosting-plan\">8. Inadequate Hosting Plan<\/a><\/li><li ><a href=\"#9-custom-scripts-and-functions\">9. Custom Scripts and Functions<\/a><\/li><li ><a href=\"#10-third-party-api-requests\">10. Third-Party API Requests<\/a><\/li><\/ul><\/li><li ><a href=\"#how-to-fix-the-max-execution-time-error\">How to Fix the max execution time Error<\/a><ul><li ><a href=\"#method-1-edit-the-htaccess-file\">Method 1: Edit the .htaccess File<\/a><\/li><li ><a href=\"#method-2-edit-the-php-ini-file\">Method 2: Edit the php.ini File<\/a><\/li><li ><a href=\"#method-3-edit-the-wp-config-php-file\">Method 3: Edit the wp-config.php File<\/a><\/li><li ><a href=\"#method-4-contact-your-hosting-provider\">Method 4: Contact Your Hosting Provider<\/a><\/li><\/ul><\/li><li ><a href=\"#additional-tips-preventing-max-execution-time-errors\">Additional Tips Preventing max execution time Errors<\/a><\/li><li ><a href=\"#conclusion\">Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-max-execution-time-error\">What Is the max execution time Error?<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"416\" src=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-1024x416.png\" alt=\"maximum execution time\" class=\"wp-image-285\" style=\"width:633px;height:auto\" srcset=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-1024x416.png 1024w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-300x122.png 300w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-768x312.png 768w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-1536x625.png 1536w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/maximum-execution-time-2048x833.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<p><span style=\"font-size: revert; color: initial;\">The <\/span><code style=\"font-size: revert; background-color: rgb(255, 255, 255); color: initial;\">max execution time<\/code><span style=\"font-size: revert; color: initial;\"> setting in PHP determines how long a script is allowed to run before it is terminated by the server. This is a safety feature to prevent poorly written scripts from running indefinitely and crashing the <a href=\"https:\/\/www.orissawebhosting.in\/orissa-dedicated-hosting\/\">server<\/a>. The default value for <\/span><code style=\"font-size: revert; background-color: rgb(255, 255, 255); color: initial;\">max execution time<\/code><span style=\"font-size: revert; color: initial;\"> is usually 30 seconds.<\/span><p>When WordPress tries to execute a script that takes longer than the allowed time, it throws a fatal error like this:<\/p><\/p>\n\n\n\n<p><em><code>Fatal error: Maximum execution time of 30 seconds exceeded in \/path\/to\/your\/file.php on line 123<\/code><\/em><\/p>\n\n\n\n<p>This error can occur during various operations such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Installing or updating plugins and themes<\/li>\n\n\n\n<li>Importing or exporting data<\/li>\n\n\n\n<li>Running heavy scripts or database queries<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"causes-of-word-press-max-execution-time-fatal-error\">Causes of WordPress max execution time Fatal Error<\/h2>\n\n\n\n<p>The <code>max execution time<\/code> fatal error in WordPress can be frustrating and disruptive. Understanding the root causes of this error is essential for effectively troubleshooting and resolving it. This error occurs when a PHP script takes longer than the allowed maximum execution time to complete. Below are the primary causes of this issue:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"544\" height=\"416\" src=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/causes-of-max-execution-time.png\" alt=\"causes of max execution time\" class=\"wp-image-283\" style=\"width:405px;height:auto\" srcset=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/causes-of-max-execution-time.png 544w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/causes-of-max-execution-time-300x229.png 300w\" sizes=\"(max-width: 544px) 100vw, 544px\" \/><\/figure><\/div>\n\n\n<h4 class=\"wp-block-heading\" id=\"1-large-or-complex-imports-exports\">1. <strong>Large or Complex Imports\/Exports<\/strong><\/h4>\n\n\n\n<p>When importing or exporting large amounts of data, such as posts, pages, users, or media files, the process can exceed the server&#8217;s execution time limit. This is particularly common with large WordPress sites that have extensive databases and media libraries.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"2-plugin-or-theme-updates\">2. <strong>Plugin or Theme Updates<\/strong><\/h4>\n\n\n\n<p>Updating plugins or themes, especially those with significant changes or complex update processes, can cause the script to run longer than the <code>max execution time<\/code> limit. If the update involves database migrations or extensive file operations, it can easily exceed the default time limit.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"3-heavy-plugins-or-themes\">3. <strong>Heavy Plugins or Themes<\/strong><\/h4>\n\n\n\n<p>Some plugins or themes are resource-intensive and can significantly increase the load on your server. For example, plugins that perform complex calculations, extensive data processing, or heavy background tasks can cause the script to exceed the execution time.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"4-poorly-coded-plugins-or-themes\">4. <strong>Poorly Coded Plugins or Themes<\/strong><\/h4>\n\n\n\n<p>Plugins or themes that are not optimized or poorly coded can lead to performance issues. Inefficient code, such as poorly optimized database queries or excessive looping, can cause scripts to take longer to execute, resulting in the <code>max execution time<\/code> error.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"5-large-database-operations\">5. <strong>Large Database Operations<\/strong><\/h4>\n\n\n\n<p>Performing large database operations, such as bulk updates, deletions, or complex queries, can exceed the execution time limit. This is especially true for sites with large databases and complex relationships between data.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"6-content-management-tasks\">6. <strong>Content Management Tasks<\/strong><\/h4>\n\n\n\n<p>Tasks like regenerating thumbnails, converting media formats, or bulk editing posts can be time-consuming. These tasks often involve processing a large number of files or database entries, which can exceed the execution time limit.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"7-server-performance-issues\">7. <strong>Server Performance Issues<\/strong><\/h4>\n\n\n\n<p>The performance of your server can significantly impact the execution time of scripts. If your <a href=\"https:\/\/www.orissawebhosting.in\/unlimited-orissa-web-hosting\/\">server<\/a> is under heavy load, has limited resources, or is experiencing performance issues, even simple tasks can take longer than usual, leading to the <code>max execution time<\/code> error.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"8-inadequate-hosting-plan\">8. <strong>Inadequate Hosting Plan<\/strong><\/h4>\n\n\n\n<p>Shared hosting plans often come with strict limits on execution time and other resources. If your site is hosted on a low-tier plan, these limits can easily be exceeded by routine operations, causing the error to occur more frequently.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"9-custom-scripts-and-functions\">9. <strong>Custom Scripts and Functions<\/strong><\/h4>\n\n\n\n<p>Custom scripts or functions added to your theme&#8217;s <code>functions.php<\/code> file or via custom plugins can also cause this error. If these scripts are not optimized or involve heavy processing, they can exceed the execution time limit.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"10-third-party-api-requests\">10. <strong>Third-Party API Requests<\/strong><\/h4>\n\n\n\n<p>If your site relies on third-party APIs for data fetching or other operations, delays or timeouts in these API responses can cause your script to run longer than allowed, leading to the <code>max execution time<\/code> error.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-fix-the-max-execution-time-error\">How to Fix the max execution time Error<\/h2>\n\n\n\n<p>There are several ways to fix the <code>max execution time<\/code> error in WordPress. Here are the most common methods:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"451\" src=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded-1024x451.jpg\" alt=\"How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded\" class=\"wp-image-284\" style=\"width:578px;height:auto\" srcset=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded-1024x451.jpg 1024w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded-300x132.jpg 300w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded-768x338.jpg 768w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/How-to-Fix-Fatal-Error-Maximum-Execution-Time-Exceeded.jpg 1366w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Edit the .htaccess File<\/strong><\/li>\n\n\n\n<li><strong>Edit the php.ini File<\/strong><\/li>\n\n\n\n<li><strong>Edit the wp-config.php File<\/strong><\/li>\n\n\n\n<li><strong>Contact Your Hosting Provider<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Let&#8217;s go through each method step by step.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"method-1-edit-the-htaccess-file\">Method 1: Edit the .htaccess File<\/h3>\n\n\n\n<p>The <code>.htaccess<\/code> file is a configuration file used by Apache web servers. You can increase the <code>max execution time<\/code> by adding a line of code to this file.<\/p>\n\n\n\n<p><strong>Locate the .htaccess File<\/strong><\/p>\n\n\n\n<p>The <code>.htaccess<\/code> file is located in the root directory of your WordPress installation. You can access it via FTP or your web host&#8217;s file manager.<\/p>\n\n\n\n<p><strong>Edit the .htaccess File<\/strong><\/p>\n\n\n\n<p>Open the <code>.htaccess<\/code> file in a text editor and add the following line at the end of the file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">                 <code>php_value max_execution_time 300<\/code><\/pre>\n\n\n\n<p>This sets the maximum execution time to 300 seconds (5 minutes). You can adjust this value as needed.<\/p>\n\n\n\n<p><strong>Save the Changes<\/strong><\/p>\n\n\n\n<p>Save the file and upload it back to the <a href=\"https:\/\/www.orissawebhosting.in\/vps-hosting\/\">server<\/a> if you are using FTP. Refresh your website to see if the error is resolved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"method-2-edit-the-php-ini-file\">Method 2: Edit the php.ini File<\/h3>\n\n\n\n<p>The <code>php.ini<\/code> file is the main configuration file for PHP. If you have access to this file, you can increase the <code>max execution time<\/code> directly.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Locate the php.ini File<\/strong>The <code>php.ini<\/code> file is usually located in the root directory of your server or in the PHP installation directory. If you are on shared hosting, you might not have access to this file.<\/li>\n\n\n\n<li><strong>Edit the php.ini File<\/strong>Open the <code>php.ini<\/code> file in a text editor and find the line that reads:<br>                                    <code>max_execution_time = 30 <\/code><br>Change the value to a higher number, such as 300<br>                                    <code>max_execution_time = 300<\/code><\/li>\n\n\n\n<li><strong>Save the Changes<\/strong>Save the file and restart your web server if you have the necessary permissions. This will apply the new settings. Refresh your website to check if the error is fixed.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"method-3-edit-the-wp-config-php-file\">Method 3: Edit the wp-config.php File<\/h3>\n\n\n\n<p>The <code>wp-config.php<\/code> file is a configuration file specific to WordPress. You can add a line of code to this file to increase the <code>max execution time<\/code>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Locate the wp-config.php File<\/strong>The <code>wp-config.php<\/code> file is located in the root directory of your WordPress installation.<\/li>\n\n\n\n<li><strong>Edit the wp-config.php File<\/strong>Open the <code>wp-config.php<\/code> file in a text editor and add the following line near the beginning of the file, after the opening <code>&lt;?php<\/code> tag:<br>                                              <code>set_time_limit(300); <\/code><br>This sets the maximum execution time to 300 seconds (5 minutes). Adjust this value if needed.<\/li>\n\n\n\n<li><strong>Save the Changes<\/strong>Save the file and upload it back to the <a href=\"https:\/\/www.orissawebhosting.in\/vps-hosting\/\">server<\/a> if you are using FTP. Refresh your website to see if the error is resolved.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"method-4-contact-your-hosting-provider\">Method 4: Contact Your Hosting Provider<\/h3>\n\n\n\n<p>If you are on shared hosting or do not have access to the necessary configuration files, you may need to contact your hosting provider for assistance. Explain the issue and request an increase in the <code>max_execution_time<\/code> setting. Most hosting providers are familiar with this request and can make the necessary changes for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"additional-tips-preventing-max-execution-time-errors\">Additional Tips Preventing max execution time Errors<\/h2>\n\n\n\n<p>Understanding the causes of the <code>max execution time<\/code> error can help you take proactive steps to mitigate and prevent it:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"511\" src=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time-1024x511.png\" alt=\"WordPress max execution time\" class=\"wp-image-287\" style=\"width:507px;height:auto\" srcset=\"https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time-1024x511.png 1024w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time-300x150.png 300w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time-768x383.png 768w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time-1536x766.png 1536w, https:\/\/orissawebhosting.in\/knowledgebase\/wp-content\/uploads\/2024\/06\/WordPress-max-execution-time.png 1817w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Optimize Plugins and Themes<\/strong>\n<ul class=\"wp-block-list\">\n<li>Choose well-coded, optimized plugins and themes.<\/li>\n\n\n\n<li>Regularly update them to benefit from performance improvements and bug fixes.<\/li>\n\n\n\n<li>Deactivate and delete unnecessary plugins.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Optimize Database<\/strong>\n<ul class=\"wp-block-list\">\n<li>Regularly clean and optimize your database using plugins like WP-Optimize or WP-Sweep.<\/li>\n\n\n\n<li>Use efficient queries and avoid unnecessary data processing.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Increase max execution time<\/strong>\n<ul class=\"wp-block-list\">\n<li>Increase the <code>max execution time<\/code> limit in your server configuration files, such as <code>.htaccess<\/code>, <code>php.ini<\/code>, or <code>wp-config.php<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Upgrade Hosting Plan<\/strong>\n<ul class=\"wp-block-list\">\n<li>If you frequently encounter this error, consider upgrading to a better hosting plan, such as managed WordPress hosting or a VPS.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Use Caching<\/strong>\n<ul class=\"wp-block-list\">\n<li>Implement caching on your site using plugins like W3 Total Cache or WP Super Cache to <a href=\"https:\/\/www.orissawebhosting.in\/vps-hosting\/\">reduce server load<\/a> and improve performance.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Optimize Media<\/strong>\n<ul class=\"wp-block-list\">\n<li>Use image optimization plugins like Smush or ShortPixel to reduce the size of your images, ensuring faster load times and less processing time.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Break Down Tasks<\/strong>\n<ul class=\"wp-block-list\">\n<li>For large operations like imports, exports, or content management tasks, break them down into smaller batches to avoid exceeding the execution time limit.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>By identifying the specific causes of the <code>max execution time<\/code> error on your WordPress site and implementing these mitigation strategies, you can significantly reduce the likelihood of encountering this error and ensure your site runs smoothly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>The <code>max execution time<\/code> fatal error in WordPress is a common issue that can be resolved with a few simple steps. By increasing the <code>max execution time<\/code> setting in your <a href=\"https:\/\/www.orissawebhosting.in\/vps-hosting\/\">server configuration<\/a> files or contacting your hosting provider, you can eliminate this error and ensure your WordPress site runs smoothly. Additionally, optimizing your website and its components can help prevent such issues from arising in the future.<\/p>\n\n\n\n<p>By following the methods outlined in this guide, you&#8217;ll be able to fix the <code>max execution time<\/code> error and maintain a healthy, efficient WordPress site. Happy blogging!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress is a powerful and popular content management system (CMS)<\/p>\n","protected":false},"author":4,"featured_media":286,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,3],"tags":[],"class_list":["post-280","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting","category-server"],"_links":{"self":[{"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/posts\/280"}],"collection":[{"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":2,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"predecessor-version":[{"id":288,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/posts\/280\/revisions\/288"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/media\/286"}],"wp:attachment":[{"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orissawebhosting.in\/knowledgebase\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}