{"id":965,"date":"2025-03-07T10:59:57","date_gmt":"2025-03-07T10:59:57","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=965"},"modified":"2026-02-27T12:26:21","modified_gmt":"2026-02-27T12:26:21","slug":"wordpress-memory-exhausted-error","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/wordpress-memory-exhausted-error\/","title":{"rendered":"How to Fix WordPress Memory Exhausted Error: A Step-by-Step Guide"},"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 WordPress memory exhausted error?<\/a><\/li>\n<li><a href=\"#section-2\">What Causes the \u201cAllowed Memory Size of X Bytes Exhausted\u201d Error?<\/a><\/li>\n<li><a href=\"#section-3\">Why Memory Issues Happen in WordPress?<\/a><\/li>\n<li><a href=\"#section-4\">How to Check If Your Site Has Memory Issues?<\/a><\/li>\n<li><a href=\"#section-5\">How to fix WordPress memory exhausted error?<\/a><\/li>\n<li><a href=\"#section-6\">Prevention and Maintenance: WordPress Memory Exhausted Error<\/a><\/li>\n<li><a href=\"#section-7\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">What is the WordPress memory exhausted error?<\/h2>\n<p>The WordPress memory exhausted error happens when WordPress uses more memory than the server allows. Every WordPress site relies on PHP scripts to run. When these scripts need more memory than what\u2019s set as the maximum, you\u2019ll see a Fatal error: allowed memory size message. Essentially, the server can\u2019t process the requested action because it doesn\u2019t have enough memory available.<\/p>\n<p>For example, if you\u2019re uploading a large image or running a complex plugin, WordPress might need extra resources. If those resources aren\u2019t available, the task fails. This doesn\u2019t mean your site is permanently broken. Instead, it\u2019s like trying to pour too much water into a small cup. The cup overflows, and the action stops until you increase the capacity.<\/p>\n<h2 id=\"section-2\">What Causes the \u201cAllowed Memory Size of X Bytes Exhausted\u201d Error?<\/h2>\n<p>The &#8220;Allowed Memory Size of X Bytes Exhausted&#8221; error occurs when WordPress tries to use more memory than allowed. Each WordPress site uses PHP scripts to function. These scripts need memory to perform tasks. If the tasks demand too much memory, the error appears.<\/p>\n<ol>\n<li><strong> Heavy Plugins and Themes<br \/>\n<\/strong>Some plugins and themes require large amounts of memory. Plugins that handle backups, page builders, or e-commerce can quickly use up memory. Themes with multiple sliders, widgets, and animations also add to the problem. These resource-heavy features contribute to the WordPress memory exhausted error.<\/li>\n<li><strong> Large Media Files<br \/>\n<\/strong>Uploading large images or videos uses more memory. WordPress resizes images, creating additional file versions. This process requires memory. If the files are too big, you get a PHP memory exhausted error. This is common on sites with many high-resolution images or videos.<\/li>\n<li><strong> Unoptimized Databases<br \/>\n<\/strong>Over time, the WordPress database grows. Large or poorly optimized queries can increase PHP memory usage during requests. Plugins often pull data from these databases. If the queries are not efficient, the database consumes more memory. This can lead to a WordPress memory allocation error.<\/li>\n<li><strong> Traffic Surges<br \/>\n<\/strong>Sudden increases in traffic raise memory usage. More visitors mean more PHP processes running at once. This can push memory use beyond limits. The Memory limit exceeded WordPress error happens when traffic is too high for the server\u2019s memory.<\/li>\n<li><strong> Low Default Memory Settings<br \/>\n<\/strong>Many servers start with low memory limits for PHP. This default setting may work for smaller sites but not for growing ones. More content, plugins, and visitors use more resources. When the server\u2019s limit is too low, you may see a WordPress fatal error memory size.<\/li>\n<\/ol>\n<h2 id=\"section-3\">Why Memory Issues Happen in WordPress<\/h2>\n<p>WordPress memory issues occur when the site uses more resources than allowed. Every WordPress site runs on PHP scripts that handle core functions. These scripts need a certain amount of memory to work. If the memory is too low, the site can\u2019t run properly.<\/p>\n<p>A common cause of memory issues is the default memory limit. By default, many hosting environments set this limit too low. When your site grows, more memory is needed. This can lead to a PHP memory exhausted error.<\/p>\n<p>Plugins and themes also contribute to the problem. Some plugins require a lot of memory. Themes with many features also increase memory usage. Together, they can push your site past the limit. This leads to errors like allowed memory size exhausted.<\/p>\n<p>Large images and videos can cause memory limit exceeded WordPress issues too. These media files take up significant resources. Uploading multiple large files may trigger WordPress fatal error memory size messages.<\/p>\n<p>Another reason for memory allocation errors is inefficient database queries. A poorly optimized database can demand more memory. Over time, unoptimized data slows your site and consumes resources. This can result in WordPress memory exhausted error messages.<\/p>\n<p>High traffic spikes can also cause WordPress memory issues. When many users visit at once, the server uses more memory. If your hosting plan can\u2019t handle the load, you\u2019ll run into memory exhausted issues. This is especially true for shared hosting environments.<\/p>\n<p>Finally, server settings play a role. php.ini memory_limit and WP_MEMORY_LIMIT settings control how much memory is available. If these are set too low, your site may experience repeated PHP memory exhaustion WordPress errors.<\/p>\n<h2 id=\"section-4\">How to Check If Your Site Has Memory Issues<\/h2>\n<p>If your website is crashing or loading slowly, you might have memory issues. One common sign is the WordPress memory exhausted error. This message appears when WordPress runs out of memory. To confirm, check your website\u2019s error logs. These logs often show messages like \u201cAllowed memory size exhausted\u201d or \u201cPHP memory exhausted error\u201d.<\/p>\n<p>You can also look at your hosting panel. Most hosting providers let you see memory usage. If memory is maxed out, it\u2019s a clear sign of trouble. Another way is to review the wp-config.php file. It may already have a WP_MEMORY_LIMIT set. If the limit is too low, you\u2019ll need to increase it.<\/p>\n<p>Check your php.ini settings too. The php.ini memory_limit controls how much memory PHP can use. A low setting often leads to memory errors. Similarly, inspect your .htaccess file. If the memory limit is restricted here, it may cause WordPress fatal error memory size messages.<\/p>\n<p>Finally, pay attention to how your site behaves during peak traffic. If it\u2019s slower or crashes, you\u2019re likely hitting memory limits. Recognizing these signs can help you fix the WordPress memory allocation error before it becomes a bigger problem.<\/p>\n<p>You can also check <strong data-start=\"4281\" data-end=\"4311\">Tools \u2192 Site Health \u2192 Info<\/strong>. Look for \u2018WP memory limit\u2019 and \u2018PHP memory limit\u2019. If either value is low, memory errors become more likely.<\/p>\n<h2 id=\"section-5\">How to fix WordPress memory exhausted error?<\/h2>\n<p>The WordPress memory exhausted error often confuses new users. This happens because WordPress doesn\u2019t explain how to solve it. Luckily, fixing the PHP memory limit error is easy. This guide will show the best ways to fix the\u00a0 WordPress memory exhausted error issue.<\/p>\n<ol>\n<li>\n<h3><strong>Edit Your Site\u2019s wp-config.php File<\/strong><\/h3>\n<\/li>\n<\/ol>\n<ul>\n<li>The wp-config.php file is an important WordPress file. It stores database details and other site settings. To fix the memory exhausted error, you need to increase the memory limit in wp-config.php. You can do this by using an FTP client like FileZilla or through your hosting panel (cPanel). We&#8217;ll explain both methods step-by-step to help you fix the error.<\/li>\n<\/ul>\n<ol start=\"2\">\n<li>\n<h3><strong>Using FileZilla<\/strong><\/h3>\n<\/li>\n<\/ol>\n<ul>\n<li>You can easily edit the wp-config.php file with FileZilla. First, connect to your site using FTP. Then, find the wp-config.php file in the public_html folder. Open it and make your changes.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-966 aligncenter\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/03\/Using-Filezila.png\" alt=\"Using Filezila\" width=\"624\" height=\"613\" \/><\/p>\n<p><strong>Important:<\/strong> The wp-config.php file holds vital details about your site. Always create a backup before changing it.<\/p>\n<p>After creating a backup, right-click on the file and select \u201cView\/Edit.\u201d Next, find the following line of code:<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8216;256M&#8217;);<\/p>\n<\/div>\n<p>The amount of memory your site uses depends on your hosting provider. This memory limit might be different for every host. Sometimes, you won\u2019t find a specific line of code related to memory in your wp-config.php file. If you do see it, you can increase the number to a higher value. For most websites, 256 MB is a good choice. If you don\u2019t find the line at all, you can add it yourself. Just place the line right before the section in the file that says: \u201cThat\u2019s all, stop editing!\u201d This will increase your site\u2019s memory limit, helping to resolve memory-related errors.<\/p>\n<p>Note: WP_MEMORY_LIMIT cannot exceed your server\u2019s PHP memory_limit, so you may still need your host to increase it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-967 aligncenter\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/03\/Wp-config.png\" alt=\"Wp-config\" width=\"624\" height=\"372\" \/><\/p>\n<h3><strong>3. Using cPanel<\/strong><\/h3>\n<ul>\n<li>Your hosting provider sets the memory size, which can vary. Sometimes the line you need won\u2019t appear at all. If your host uses cPanel, you can quickly access the wp-config.php file and raise your <strong data-start=\"1371\" data-end=\"1397\">WordPress memory limit<\/strong>. Just log into your cPanel account. Then go to Files \u2192 File Manager. Open the public_html folder and find the wp-config.php file.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-968 aligncenter\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/03\/search.png\" alt=\"search\" width=\"624\" height=\"296\" \/><\/p>\n<ul>\n<li>Right-click the file and choose \u201cEdit\u201d to begin. Then, look for the line: define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;64M&#8217;);. If you don\u2019t find it, you can add it before the \u201cThat\u2019s all, stop editing!\u201d section. Change the memory limit to <strong data-start=\"936\" data-end=\"944\">256M<\/strong> or 512M. After making your changes, click \u201cSave Changes.\u201d<\/li>\n<\/ul>\n<p><strong>4. Modify Your Server Settings via php.ini<\/strong><\/p>\n<p>The php.ini file is a simple text configuration file. It controls PHP settings like memory usage, file uploads, and error handling.<\/p>\n<p>The memory size depends on your hosting provider&#8217;s allocated limit. You may not always find this line.<\/p>\n<p>If the previous method doesn\u2019t work, try editing your php.ini file. You can increase the memory limit using cPanel.<\/p>\n<p>Follow these steps to fix the WordPress memory limit error:<\/p>\n<ol>\n<li>Locate your PHP configuration method in hosting, such as MultiPHP INI Editor, Select PHP Version, or a custom php.ini \/ .user.ini file.<\/li>\n<li>If the file doesn\u2019t exist, create a blank php.ini file.<\/li>\n<li>Use a plain text editor like Notepad to add the following code.<\/li>\n<li>Upload the file to your website.<\/li>\n<\/ol>\n<p>This should resolve the memory limit issue.<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>memory_limit = 256M<\/p>\n<\/div>\n<p><strong>5. Edit Your .htaccess File<\/strong><\/p>\n<p>This method works only on Apache with mod_php; on PHP-FPM or Nginx it may do nothing or cause a 500 error.<\/p>\n<ul>\n<li>Access your .htaccess file through cPanel by opening File Manager.<\/li>\n<li>Go to the public_html folder and find the .htaccess file.<\/li>\n<li>Right-click the file, then select the Edit option to modify it.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-969 aligncenter\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/03\/htacess-file.png\" alt=\"htacess file\" width=\"624\" height=\"428\" \/><\/p>\n<p>Add the code near the top of the file, outside the # BEGIN WordPress and # END WordPress block.<\/p>\n<div style=\"background-color: #f3f4f5; padding: 10px; border: 1px solid #ccc;\">\n<p>php_value memory_limit 256M<\/p>\n<\/div>\n<p>This will set your PHP memory limit to <strong>256M<\/strong> and resolve the error.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-970 aligncenter\" src=\"https:\/\/www.woohelpdesk.com\/blog\/wp-content\/uploads\/2025\/03\/Rewritebase.png\" alt=\"Rewritebase\" width=\"624\" height=\"372\" \/><\/p>\n<p><strong>6. Upgrade Your Hosting Plan<\/strong><\/p>\n<ul>\n<li>Every hosting plan includes a fixed amount of resources. As your site grows, it may use more than the allocated limit. This issue is common with shared hosting plans. Since multiple sites share the same server, hosting companies may restrict your website&#8217;s memory usage.<\/li>\n<li>To fix the WordPress memory exhausted error, consider upgrading your hosting plan. Higher-tier plans offer more resources and increased memory limits.<\/li>\n<li>For example, if you&#8217;re on shared hosting, switch to VPS or cloud hosting for better performance<strong>.<\/strong><\/li>\n<\/ul>\n<h2 id=\"section-6\">Prevention and Maintenance: WordPress Memory Exhausted Error<\/h2>\n<p><strong>Monitoring Memory Usage Regularly<\/strong><\/p>\n<p>Keeping track of how much memory your site uses can help avoid errors. If you know when memory usage is getting high, you can address the problem before it becomes critical. Monitoring tools provide insights into memory allocation and usage. This helps identify the source of the <strong>WordPress memory exhausted error<\/strong> early on. Regular checks help maintain a stable memory level and prevent unexpected <strong>PHP memory exhausted error<\/strong> occurrences.<\/p>\n<p><strong>Using Efficient Plugins and Themes<\/strong><\/p>\n<p>Choose plugins and themes that are well-coded and lightweight. Plugins with unnecessary features or themes with complex code often consume more memory. By selecting efficient options, you reduce the risk of exceeding the <strong>WP_MEMORY_LIMIT<\/strong>. Streamlined plugins and themes can prevent <strong>Memory limit exceeded WordPress<\/strong> issues. Always review your installed plugins and remove ones that you no longer need.<\/p>\n<p><strong>Optimizing Images and Media Files<\/strong><\/p>\n<p>Large media files increase memory usage. Before uploading, compress images and videos to reduce file size. Optimized media uses less memory during processing. This not only prevents errors like Allowed Memory Size of Bytes Exhausted but also keeps your site running smoothly. Efficient media management helps maintain stable performance and lowers the likelihood of memory allocation problems.<\/p>\n<p><strong>Maintaining a Clean Database<\/strong><\/p>\n<p>Over time, your database accumulates unnecessary data. Cleaning it regularly removes revisions, drafts, and unused tables. This reduces the memory needed for database queries. A clean database minimizes the risk of WordPress memory allocation error. Routine optimization improves overall performance and helps prevent WordPress fatal error memory size issues.<\/p>\n<p><strong>Using Caching and CDNs<\/strong><\/p>\n<p>Caching reduces the number of server requests and lowers memory usage. A content delivery network (CDN) further decreases the load on your server. By offloading resources, you prevent memory from maxing out. Caching and CDNs help maintain a stable WP memory configuration. They reduce strain and minimize the chance of PHP memory exhaustion WordPress problems.<\/p>\n<p><strong>Keeping WordPress Updated<\/strong><\/p>\n<p>Regularly updating WordPress, plugins, and themes ensures you have the latest performance improvements. Updates often include optimizations that reduce memory usage. Running the latest versions helps maintain smooth operations. It also lowers the risk of encountering Memory Exhausted Issues. Updated software often contains fixes for known memory-related bugs.<\/p>\n<p><strong>Choosing the Right Hosting Plan<\/strong><\/p>\n<p>A suitable hosting plan provides enough memory and resources for your site\u2019s needs. If you\u2019re experiencing frequent memory errors, consider upgrading your plan. Some hosting providers offer better support for WordPress sites. Choosing a plan with sufficient resources can help avoid Server memory limit for WordPress errors. Upgraded hosting gives you more flexibility to handle higher traffic and larger workloads.<\/p>\n<p><strong>Testing New Features Before Live Use<\/strong><\/p>\n<p>When adding new plugins, themes, or features, test them in a staging environment first. This allows you to see if they increase memory usage. Identifying potential memory issues before going live helps prevent disruptions. Testing ensures that new additions won\u2019t lead to a Fatal error: allowed memory size. It\u2019s a proactive approach to maintaining stable memory levels.<\/p>\n<p><strong>Documenting Your Memory Configuration<\/strong><\/p>\n<p>Keep track of the changes you make to your site\u2019s memory settings. Documenting adjustments to the php.ini memory_limit, .htaccess memory limit, or Editing wp-config.php for memory limit can help in the future. If you experience an issue, knowing what changes were made simplifies troubleshooting. This ensures a clear understanding of your WordPress memory usage optimization efforts.<\/p>\n<h2 id=\"section-7\">Conclusion<\/h2>\n<p>The WordPress memory limit error can be frustrating, especially for beginners. The good news is that it\u2019s easy to fix, even without technical skills.<\/p>\n<p>To resolve the issue, increase your memory limit. You can do this by editing wp-config.php, upgrading your hosting plan, or modifying php.ini settings.<\/p>\n<p>Before making changes, always back up your configuration files. This includes wp-config.php, php.ini, and .htaccess files. A backup ensures you can restore your site if needed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents What is the WordPress memory exhausted error? What Causes the \u201cAllowed Memory Size of X Bytes Exhausted\u201d Error? Why Memory Issues Happen in WordPress? How to Check If Your Site Has Memory Issues? How to fix WordPress memory exhausted error? Prevention and Maintenance: WordPress Memory Exhausted Error Conclusion What is the WordPress [&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\/965'><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%2F965\" 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%2F965\" 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%2F965\" 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\/965\" 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%2F965&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%2F965\" 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":950,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-965","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\/965","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=965"}],"version-history":[{"count":8,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/965\/revisions"}],"predecessor-version":[{"id":11828,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/965\/revisions\/11828"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/950"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=965"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=965"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}