{"id":2896,"date":"2025-05-28T05:59:21","date_gmt":"2025-05-28T05:59:21","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=2896"},"modified":"2025-10-13T09:42:42","modified_gmt":"2025-10-13T09:42:42","slug":"how-to-fix-413-request-entity-too-large-error-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-fix-413-request-entity-too-large-error-in-wordpress\/","title":{"rendered":"How to Fix 413 Request Entity Too Large Error in WordPress"},"content":{"rendered":"<h2>Table of Contents<\/h2>\n<ul>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ul>\n<ul>\n<li><a href=\"#section-1\">What Is the 413 Request Entity Too Large Error?<\/a><\/li>\n<li><a href=\"#section-2\">Why Does the 413 Error Happen in WordPress website<\/a><\/li>\n<li><a href=\"#section-3\">Understanding the Variations of the 413 Request Entity Too Large Error<\/a><\/li>\n<li><a href=\"#section-4\">How to Fix 413 Request Entity Too Large Error in WordPress<\/a><\/li>\n<li><a href=\"#section-5\">Prevent Tips for 413 Request Entity Too Large Error in WordPress<\/a><\/li>\n<li><a href=\"#section-6\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">What Is the 413 Request Entity Too Large Error?<\/h2>\n<p>The 413 Request Entity Too Large error is a common issue in WordPress. It happens when you try to upload a file that is bigger than your server allows. The server understands what you&#8217;re asking for but refuses to process it because the request is too large.<\/p>\n<p>This error usually appears when uploading big images, themes, or backups. It can also occur during form submissions that carry a lot of data. When this happens, your browser often shows the message \u201c413 Request Entity Too Large.\u201d<\/p>\n<p>This is a type of HTTP error. It belongs to the 4xx family of client-side errors. These errors mean something is wrong with the request sent from the browser to the server. In this case, the problem is with the size of the request.<\/p>\n<p>The error can be broken into three simple parts. The number \u201c413\u201d tells us it\u2019s a client error. The term \u201cRequest Entity\u201d refers to the data you\u2019re sending, like files or form entries. And \u201cToo Large\u201d clearly means the server thinks the data is just too big to handle.<\/p>\n<p>Servers have upload limits in place for safety and performance. If your file size goes over that limit, the server blocks the upload. It may even close the connection to stop further attempts.<\/p>\n<p>Sometimes, this error appears under a different name. You might see it as \u201c413 Payload Too Large\u201d instead. Even though the name has changed, most people and browsers still use the older version.<\/p>\n<p>To fix this issue, you have two options. You can compress the file to reduce its size. Or, you can increase your server\u2019s upload limit. Most of the time, the second option is the best and permanent solution.<\/p>\n<p>This error is not about bad code or broken plugins. It\u2019s simply a size mismatch between what you&#8217;re sending and what the server allows. Once you change the settings to allow larger uploads, the error should disappear.<\/p>\n<h2 id=\"section-2\">Why Does the 413 Error Happen in WordPress website<\/h2>\n<ol>\n<li><strong> Exceeding PHP Upload Limits<\/strong><\/li>\n<\/ol>\n<p>WordPress relies on PHP settings to manage file uploads. If upload_max_filesize or post_max_size are set too low, uploading large files will trigger the WordPress upload file too large error. Adjust these values in the php.ini file to accommodate larger uploads.<\/p>\n<ol start=\"2\">\n<li><strong> NGINX Configuration Restrictions<\/strong><\/li>\n<\/ol>\n<p>On NGINX servers, the client_max_body_size directive defines the maximum allowed request size. If this value is too low, uploading sizable files results in a WordPress 413 error Nginx. Modify this directive in the NGINX configuration to resolve the issue.<\/p>\n<ol start=\"3\">\n<li><strong> Apache Server Limitations<\/strong><\/li>\n<\/ol>\n<p>Apache servers use the LimitRequestBody directive to control upload sizes. A low setting here can cause the 413 Request Entity Too Large htaccess error. Update this directive in the .htaccess file to permit larger uploads.<\/p>\n<ol start=\"4\">\n<li><strong> cPanel Upload Restrictions<\/strong><\/li>\n<\/ol>\n<p>In hosting environments using cPanel, default upload limits might be restrictive. Attempting to upload files beyond this limit leads to a 413 Request Entity Too Large cPanel fix scenario. Adjust the upload settings within cPanel to alleviate this problem.<\/p>\n<ol start=\"5\">\n<li><strong> Memory Limit Constraints<\/strong><\/li>\n<\/ol>\n<p>Insufficient PHP memory allocation can hinder large file uploads, leading to a 413 error due to memory limit. Increase the memory_limit value in your server&#8217;s PHP configuration to accommodate larger files.<\/p>\n<ol start=\"6\">\n<li><strong> Large Plugin or Theme Files<\/strong><\/li>\n<\/ol>\n<p>Uploading bulky plugins or themes can exceed server limits, causing a plugin upload fails due to 413 error. Compress these files or increase server upload limits to facilitate successful uploads.<\/p>\n<ol start=\"7\">\n<li><strong> Theme Uploads Exceeding Size Limits<\/strong><\/li>\n<\/ol>\n<p>Themes with extensive features may have large file sizes. Uploading such themes can trigger a theme upload blocked due to file size error. Ensure the server&#8217;s upload limits are sufficient to prevent this issue.<\/p>\n<ol start=\"8\">\n<li><strong> Server Configuration Settings<\/strong><\/li>\n<\/ol>\n<p>Server configurations may have default settings that restrict large uploads, leading to a request entity too large due to server config error. Review and adjust these settings to enable larger file uploads.<\/p>\n<ol start=\"9\">\n<li><strong> Apache Timeout Settings<\/strong><\/li>\n<\/ol>\n<p>If a file upload takes too long, Apache may time out, resulting in a 413 error due to Apache timeout. Increase the max_execution_time in the server&#8217;s configuration to help prevent this timeout.<\/p>\n<h2 id=\"section-3\">Understanding the Variations of the 413 Request Entity Too Large Error<\/h2>\n<p>The 413 Request Entity Too Large error can manifest under different names across various platforms and server configurations. Recognizing these variations is crucial for effective troubleshooting and resolution.<\/p>\n<ol>\n<li><strong> 413 Payload Too Large<\/strong><\/li>\n<\/ol>\n<p>The term 413 Payload Too Large is a more recent and precise designation for the error previously known as &#8220;413 Request Entity Too Large.&#8221; This terminology was introduced to provide clearer insight into the nature of the issue, emphasizing that the payload (the data sent in the request) exceeds the server&#8217;s capacity. This variation is commonly seen in modern web applications and APIs, aligning with updated HTTP specifications.<\/p>\n<ol start=\"2\">\n<li><strong> HTTP Error 413<\/strong><\/li>\n<\/ol>\n<p>HTTP Error 413 is a general label used to denote the occurrence of this specific client-side error. It indicates that the request sent by the client is larger than what the server is configured to handle. This terminology is often used in logs, error messages, and documentation to succinctly reference the issue without delving into specifics about the payload or entity size.<\/p>\n<ol start=\"3\">\n<li><strong> 413 Request Entity Too Big<\/strong><\/li>\n<\/ol>\n<p>The phrase 413 Request Entity Too Big is an informal variation of the standard error message. While not officially recognized in HTTP specifications, it conveys the same meaning\u2014that the request&#8217;s size surpasses the server&#8217;s limits. This variation might appear in custom error messages or user interfaces designed to provide more relatable language to end-users.<\/p>\n<ol start=\"4\">\n<li><strong> Entity Too Large 413<\/strong><\/li>\n<\/ol>\n<p>Entity Too Large 413 is another alternative phrasing that emphasizes the size of the entity (the body of the request) being too substantial for the server to process. This variation maintains the numerical error code while reordering the wording, which might be preferred in certain documentation styles or server responses.<\/p>\n<ol start=\"5\">\n<li><strong> 413 Content Too Large<\/strong><\/li>\n<\/ol>\n<p>The term 413 Content Too Large is used to describe situations where the content of the request exceeds server-defined limits. This variation focuses on the content aspect, highlighting that the data being transmitted is too voluminous. It&#8217;s particularly relevant in contexts where content size restrictions are strictly enforced, such as file uploads or large form submissions.<\/p>\n<ol start=\"6\">\n<li><strong> 413 Request Body Too Large<\/strong><\/li>\n<\/ol>\n<p>413 Request Body Too Large specifies that the body of the HTTP request is too large for the server to handle. This variation is often encountered in API interactions or web applications where large payloads are transmitted in the request body, such as JSON data or file uploads. It underscores the need to manage request sizes appropriately to prevent such errors.<\/p>\n<ol start=\"7\">\n<li><strong> 413 Error<\/strong><\/li>\n<\/ol>\n<p>The generic term 413 Error is a shorthand reference to the &#8220;413 Request Entity Too Large&#8221; error. It is commonly used in discussions, logs, and documentation where brevity is preferred. While it lacks specificity, it still conveys the essential information that a client-side error related to request size has occurred.<\/p>\n<ol start=\"8\">\n<li><strong> Status Code 413<\/strong><\/li>\n<\/ol>\n<p>Status Code 413 is the official HTTP status code representing the &#8220;Request Entity Too Large&#8221; error. This numerical code is used in server responses to indicate that the request size exceeds the server&#8217;s capacity. Understanding this status code is vital for developers and system administrators when diagnosing and resolving issues related to large client requests.<\/p>\n<ol start=\"9\">\n<li><strong> 413 Request Entity Too Large<\/strong><\/li>\n<\/ol>\n<p>The original and most widely recognized term, 413 Request Entity Too Large, explicitly states that the request&#8217;s entity (body) is too large for the server to process. This terminology is prevalent in server responses, error logs, and documentation, serving as the standard descriptor for this type of client-side error.<\/p>\n<ol start=\"10\">\n<li><strong> 413 Request Entity Too Large WordPress<\/strong><\/li>\n<\/ol>\n<p>In the context of WordPress, the error 413 Request Entity Too Large WordPress often arises when uploading large files, such as themes or plugins, that exceed the server&#8217;s configured upload limits. WordPress users encountering this error may need to adjust server settings or use alternative methods to upload large files successfully.<br \/>\n<a href=\"https:\/\/www.woohelpdesk.com\/wp-service\/413-request-entity-too-large-error-in-wordpress\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/10\/413-Request-Entity-Too-Large-Error-in-WordPress.png\" alt=\"413 Request Entity Too Large Error in WordPress\" \/><\/a><\/p>\n<h2 id=\"section-4\">How to Fix 413 Request Entity Too Large Error in WordPress<\/h2>\n<p>The &#8220;413 Request Entity Too Large&#8221; error appears when a file exceeds your server&#8217;s upload limits. This guide explains how to fix the error step-by-step.<\/p>\n<ol>\n<li><strong> Reset File Permissions<\/strong><\/li>\n<\/ol>\n<p>Incorrect file or folder permissions may cause upload errors. Use your hosting file manager or an FTP client like FileZilla. Locate your WordPress root directory. Right-click to set folder permissions to 755 and files to 644. Apply changes recursively. This ensures proper access rights for uploads.<\/p>\n<ol start=\"2\">\n<li><strong> Manually Upload the File via FTP<\/strong><\/li>\n<\/ol>\n<p>Use FileZilla to connect to your server. Enter your FTP credentials (host, username, password, port). Navigate to wp-content\/uploads or wp-content\/plugins. Drag your file from the local system into the correct server folder. This bypasses server-side upload limits.<\/p>\n<ol start=\"3\">\n<li><strong> Increase File Upload Limit from Hosting Panel<\/strong><\/li>\n<\/ol>\n<p>Log into your hosting dashboard. Locate the PHP or server settings (e.g., MultiPHP INI Editor). Change values like upload_max_filesize to 256M, post_max_size to 256M, and max_execution_time to 300. Save settings. Create an info.php file with &lt;?php phpinfo(); ?&gt; to verify the updated values in the browser.<\/p>\n<ol start=\"4\">\n<li><strong> Modify the <\/strong><strong>functions.php<\/strong><strong> File<\/strong><\/li>\n<\/ol>\n<p>Access your theme folder via FTP. Navigate to wp-content\/themes\/your-theme\/. Edit the functions.php file. Add the following lines:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>@ini_set( &#8216;upload_max_size&#8217; , &#8216;256M&#8217; );<\/p>\n<p>@ini_set( &#8216;post_max_size&#8217;, &#8216;256M&#8217;);<\/p>\n<p>@ini_set( &#8216;max_execution_time&#8217;, &#8216;300&#8217; );<\/p>\n<\/div>\n<p><strong>Save the file. Check your browser using <\/strong><strong>info.php<\/strong><strong> to verify changes.<\/strong><\/p>\n<ol start=\"5\">\n<li><strong> Modify the <\/strong><strong>.htaccess<\/strong><strong> File<\/strong><\/li>\n<\/ol>\n<p>This file is located in your site\u2019s root folder. If it\u2019s hidden, enable show hidden files in FileZilla. Open .htaccess and add:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>php_value upload_max_filesize 256M<\/p>\n<p>php_value post_max_size 256M<\/p>\n<p>php_value max_execution_time 300<\/p>\n<p>php_value max_input_time 300<\/p>\n<\/div>\n<p><strong>Save changes. Refresh your <\/strong><strong>info.php<\/strong><strong> page to confirm the new limits.<\/strong><\/p>\n<ol start=\"6\">\n<li><strong> Modify the <\/strong><strong>nginx.conf<\/strong><strong> File (for NGINX Users)<\/strong><\/li>\n<\/ol>\n<p>Use SSH to access your server. Open the nginx config file with:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>vi \/etc\/nginx\/nginx.conf<\/p>\n<p>Inside the http or server block, add:<\/p>\n<p>client_max_body_size 256M;<\/p>\n<\/div>\n<p><strong>Save and exit. Run <\/strong><strong>nginx -s reload<\/strong><strong> to apply the new configuration.<\/strong><\/p>\n<ol start=\"7\">\n<li><strong> Modify Apache Configuration (for Apache Users)<\/strong><\/li>\n<\/ol>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>Open .htaccess or httpd.conf file. Add:<\/p>\n<p>LimitRequestBody 268435456<\/p>\n<\/div>\n<p><strong>This value sets a limit of 256MB. Save and reload Apache with:<\/strong><\/p>\n<p>service apache2 reload<\/p>\n<p><strong>This change will allow larger upload sizes.<\/strong><\/p>\n<ol start=\"8\">\n<li><strong> Use a WordPress Plugin<\/strong><\/li>\n<\/ol>\n<p>Install a plugin like &#8220;Increase Max Upload Filesize.&#8221; Go to Plugins &gt; Settings. Enter a higher limit like 256MB and save. This is a no-code option suitable for beginners.<\/p>\n<ol start=\"9\">\n<li><strong> Upload via FTP for Large Plugins or Themes<\/strong><\/li>\n<\/ol>\n<p>Use FTP for uploading themes or plugins larger than 256MB. Navigate to:<\/p>\n<ul>\n<li>wp-content\/themes for themes<\/li>\n<li>wp-content\/plugins for plugins<\/li>\n<\/ul>\n<p><strong>Drag and drop unzipped files into the appropriate folder. Activate them from the WordPress dashboard.<\/strong><\/p>\n<ol start=\"10\">\n<li><strong> Contact Your Hosting Provider<\/strong><\/li>\n<\/ol>\n<p>If none of these methods work, contact your hosting support. Ask them to increase your upload limits or check CDN settings. They can adjust server configs that are not accessible from your account.<\/p>\n<h2 id=\"section-5\">Prevent Tips for 413 Request Entity Too Large Error in WordPress<\/h2>\n<ol>\n<li><strong> Monitor File Upload Sizes Regularly<\/strong><\/li>\n<\/ol>\n<p>Keep file sizes small to avoid triggering upload limits. Use optimized images and compressed formats. Before uploading, check the file size against your server limits. This step reduces chances of errors during uploads. Always monitor the upload limit through an info.php file. Keyword: WordPress upload file too large error<\/p>\n<ol start=\"2\">\n<li><strong> Configure PHP Settings Correctly<\/strong><\/li>\n<\/ol>\n<p>Check PHP values like upload_max_filesize, post_max_size, and memory_limit. Set values according to your upload needs. Update these via cPanel, MultiPHP INI Editor, or your php.ini file. Restart server after changes for them to take effect. This helps prevent the 413 error WordPress media upload issue.<\/p>\n<ol start=\"3\">\n<li><strong> Enable FTP for Large Files<\/strong><\/li>\n<\/ol>\n<p>Use FTP when files are too large for browser upload. FTP bypasses server-side upload limits. Drag and drop files into wp-content\/uploads or plugins folder. This avoids size-related upload failures. Helps prevent plugin upload fails due to 413 error.<\/p>\n<ol start=\"4\">\n<li><strong> Regularly Update .htaccess Settings<\/strong><\/li>\n<\/ol>\n<p>Keep your .htaccess file optimized with updated limits. Add or review php_value directives related to size and execution time. Keep backup of the file before editing. Helps resolve and prevent 413 Request Entity Too Large htaccess problems.<\/p>\n<ol start=\"5\">\n<li><strong> Maintain Server Configuration Files<\/strong><\/li>\n<\/ol>\n<p>Whether you&#8217;re using Apache or NGINX, review your config files. Use appropriate directives like LimitRequestBody or client_max_body_size. Helps avoid errors such as request entity too large due to server config.<\/p>\n<ol start=\"6\">\n<li><strong> Compress Files Before Uploading<\/strong><\/li>\n<\/ol>\n<p>Reduce file size using tools like ZIP or GZIP. Smaller files upload faster and more reliably. Especially useful for media-rich websites. Prevents 413 error due to large file size by staying under size thresholds.<\/p>\n<ol start=\"7\">\n<li><strong> Break Large Data into Smaller Parts<\/strong><\/li>\n<\/ol>\n<p>For forms or bulk imports, split the data into sections. Upload or process the files in stages. This reduces risk of timeout or memory exhaustion. Avoids WordPress error due to max upload size.<\/p>\n<ol start=\"8\">\n<li><strong> Use WordPress Plugins for Upload Control<\/strong><\/li>\n<\/ol>\n<p>Install upload management plugins from the WordPress repository. These plugins allow easy control over file size and execution settings. Helps users increase upload limit WordPress 413 error without technical edits.<\/p>\n<ol start=\"9\">\n<li><strong> Monitor CDN and Firewall Rules<\/strong><\/li>\n<\/ol>\n<p>Content Delivery Networks and Firewalls may block large requests. Review CDN policies and make sure they allow large payloads. Adjust WAF settings to avoid restrictions. Resolves 413 error due to PHP settings on secure sites.<\/p>\n<ol start=\"10\">\n<li><strong> Contact Hosting Provider When Needed<\/strong><\/li>\n<\/ol>\n<p>If none of the fixes work, consult your hosting support. They can review server-side settings, logs, and advanced configurations. Useful when facing 413 Request Entity Too Large WordPress error despite multiple fixes.<\/p>\n<h2 id=\"section-6\">Conclusion<\/h2>\n<p>The 413 Request Entity Too Large error in WordPress happens when a file you try to upload exceeds the server&#8217;s allowed size limit. It&#8217;s commonly seen with large themes, images, or backup files. This issue is not caused by bad code but by server restrictions. To fix it, you can increase upload limits through PHP settings, .htaccess, or your hosting control panel. Using FTP for large files also helps. To prevent it, regularly monitor file sizes, compress files, and use plugins to manage limits. If the issue continues, contacting your hosting provider is the best and safest solution.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents What Is the 413 Request Entity Too Large Error? Why Does the 413 Error Happen in WordPress website Understanding the Variations of the 413 Request Entity Too Large Error How to Fix 413 Request Entity Too Large Error in WordPress Prevent Tips for 413 Request Entity Too Large Error in WordPress Conclusion [&hellip;]<\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:29px;left: 10px;top: 250px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2896'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2896\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20&url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2896\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2896\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2896\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Telegram\" class=\"heateor_sss_button_telegram\" href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2896&text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20\" title=\"Telegram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_telegram\" style=\"background-color:#3da5f1;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20%20https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2896\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":2901,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-2896","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-errors"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/comments?post=2896"}],"version-history":[{"count":2,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2896\/revisions"}],"predecessor-version":[{"id":4521,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2896\/revisions\/4521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/2901"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=2896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=2896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=2896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}