{"id":11731,"date":"2026-02-25T05:09:06","date_gmt":"2026-02-25T05:09:06","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=11731"},"modified":"2026-02-25T11:29:10","modified_gmt":"2026-02-25T11:29:10","slug":"how-to-show-or-hide-sku-on-woocommerce","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-show-or-hide-sku-on-woocommerce\/","title":{"rendered":"How to Show or Hide SKU on the WooCommerce Product Page: Complete Guide"},"content":{"rendered":"<p>&nbsp;<\/p>\n<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\">Introduction<\/a><\/li>\n<li><a href=\"#section-2\">What is SKU in WooCommerce?<\/a><\/li>\n<li><a href=\"#section-3\">How to Show SKU on the WooCommerce Product Page?<\/a><\/li>\n<li><a href=\"#section-4\">How to Hide SKU on the WooCommerce Product Page?<\/a><\/li>\n<li><a href=\"#section-5\">Troubleshooting Common SKU Display Issues<\/a><\/li>\n<li><a href=\"#section-6\">Final Verdict<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction<\/h2>\n<p>Every product in your WooCommerce store needs identification. You track inventory with numbers. You manage stock with codes. You organize fulfillment with unique identifiers.<\/p>\n<p>SKU stands for Stock Keeping Unit. It is the backbone of inventory management. Every product variation should have its own SKU. This helps you track what sells and what sits on shelves.<\/p>\n<p>But customers do not always need to see these numbers. Sometimes SKUs confuse shoppers. Sometimes they clutter your clean product pages. Sometimes you simply prefer a minimalist design.<\/p>\n<p>The question many store owners face is simple. Should you show SKU on your product pages? Or should you hide it?<\/p>\n<p>There is no universal right answer. It depends on your products and your customers. B2B buyers often need SKUs for reordering. Retail shoppers rarely care. Some industries require SKU displays for compliance. Others benefit from hiding internal codes.<\/p>\n<p>This guide covers everything. You will learn exactly what SKU means in WooCommerce. You will understand multiple methods to show SKU prominently. You will discover several ways to hide SKU completely. You will see code snippets and plugin options.<\/p>\n<p>By the end, you will control exactly how SKU appears on your product pages.<\/p>\n<h2 id=\"section-2\">What is SKU in WooCommerce?<\/h2>\n<p>SKU stands for Stock Keeping Unit. It is a unique identifier assigned to each product in your inventory.<\/p>\n<p>A SKU is an alphanumeric code that helps you track products internally. Unlike UPC or EAN barcodes which are universal, SKUs are created by you for your specific business needs.<\/p>\n<p>Every product variation should have its own SKU. A t-shirt in size small and color red needs a different SKU than the same shirt in medium blue. This allows precise inventory tracking.<\/p>\n<p><strong>Where SKU Appears by Default?<\/strong><\/p>\n<ul>\n<li>In standard WooCommerce, SKU appears in two places. On the single product page, it shows above the tabs or in the product meta section, typically next to categories and tags.<\/li>\n<li>In the Additional Information tab, SKU often appears alongside product attributes like dimensions and weight.<\/li>\n<li>In customer order emails, SKU appears in order details. This helps customers reference products when contacting support.<\/li>\n<\/ul>\n<p><strong>Why Does SKU Matters?<\/strong><\/p>\n<ul>\n<li>SKU is essential for inventory management. You can quickly check stock levels. You can locate products in your warehouse. You can reorder accurately based on sales data.<\/li>\n<li>For customer service, SKU helps when buyers call with questions. They can read the SKU from their order confirmation. You instantly know exactly which product they mean.<\/li>\n<li>For B2B customers, SKU is often critical for reordering. Business buyers know their product codes. They want to see them on product pages.<\/li>\n<\/ul>\n<h2 id=\"section-3\">How to Show SKU on the WooCommerce Product Page?<\/h2>\n<p>Showing SKU is the default behavior in WooCommerce. But you might want to display it more prominently or in different locations.<\/p>\n<h4>Default SKU Display<\/h4>\n<p>By default, WooCommerce shows SKU in the product meta section. This is usually just below the product title or above the Add to Cart button. The exact location depends on your theme.<\/p>\n<p>The SKU appears with a label like &#8220;SKU:&#8221; followed by the actual code. This works for most stores and requires no additional configuration.<\/p>\n<h3>Method 1: Ensure SKU is Entered Correctly<\/h3>\n<p><strong>WordPress Dashboard \u2192 Products \u2192 Edit Product<\/strong><\/p>\n<ul>\n<li>Click on Products in your left admin menu<\/li>\n<li>Find the product you want to edit<\/li>\n<li>Click the product title to open the edit screen<\/li>\n<li>Scroll down to the Product Data metabox<\/li>\n<li>Look for the &#8220;Inventory&#8221; tab<\/li>\n<li>In the &#8220;SKU&#8221; field, enter your product code<\/li>\n<li>For variable products, click on each variation<\/li>\n<li>Enter SKU for every variation individually<\/li>\n<li>Click &#8220;Update&#8221; to save changes<\/li>\n<\/ul>\n<p>If the SKU field is empty, nothing displays on the frontend. Always verify SKU is entered before troubleshooting display issues.<\/p>\n<h3>Method 2: Check Theme Settings<\/h3>\n<p><strong>Appearance \u2192 Customize \u2192 Theme Settings (varies by theme)<\/strong><\/p>\n<ul>\n<li>Go to Appearance \u2192 Customize<\/li>\n<li>Look for sections like &#8220;Product Page&#8221; or &#8220;WooCommerce&#8221;<\/li>\n<li>Find options related to &#8220;Product Meta&#8221; or &#8220;SKU Display&#8221;<\/li>\n<li>Ensure SKU display is enabled<\/li>\n<li>Publish changes<\/li>\n<\/ul>\n<h3>Method 3: Use a Plugin for Enhanced SKU Display<\/h3>\n<p><strong>WordPress Dashboard \u2192 Plugins \u2192 Add New \u2192 Search &#8220;Product Code for WooCommerce&#8221;<\/strong><\/p>\n<ul>\n<li>Go to Plugins \u2192 Add New<\/li>\n<li>Search for &#8220;Product Code for WooCommerce&#8221;<\/li>\n<li>Install and activate the plugin<\/li>\n<li>Navigate to WooCommerce \u2192 Settings \u2192 Product Code<\/li>\n<li>Configure display options:\n<ul>\n<li>Show SKU on product pages<\/li>\n<li>Show in cart and checkout<\/li>\n<li>Show on emails and invoices<\/li>\n<li>Customize the label text<\/li>\n<\/ul>\n<\/li>\n<li>Save settings<\/li>\n<\/ul>\n<p>The plugin also adds a secondary code field for internal use, like bin locations or warehouse codes.<\/p>\n<h3>Method 4: Add SKU to Additional Information Tab<\/h3>\n<p><strong>Appearance \u2192 Theme File Editor \u2192 functions.php (or use Code Snippets plugin)<\/strong><\/p>\n<ul>\n<li>Install the Code Snippets plugin (recommended for safety)<\/li>\n<li>Go to Snippets \u2192 Add New<\/li>\n<li>Name your snippet &#8220;Add SKU to Attributes Table&#8221;<\/li>\n<li>Paste the following code:<\/li>\n<\/ul>\n<p>\/\/ Append SKU as the last row in the Additional Information attributes table<\/p>\n<p>add_filter(&#8216;woocommerce_display_product_attributes&#8217;, &#8216;add_sku_to_end_of_attributes&#8217;, 10, 2);<\/p>\n<p>function add_sku_to_end_of_attributes($attributes, $product) {<\/p>\n<p>if (! $product-&gt;get_sku()) {<\/p>\n<p>return $attributes; \/\/ No SKU to display<\/p>\n<p>}<\/p>\n<p>$new_attribute = array(<\/p>\n<p>&#8216;label&#8217; \u00a0 =&gt; __(&#8216;SKU&#8217;, &#8216;woocommerce&#8217;),<\/p>\n<p>&#8216;value&#8217; \u00a0 =&gt; $product-&gt;get_sku(),<\/p>\n<p>&#8216;display&#8217; =&gt; $product-&gt;get_sku(),<\/p>\n<p>);<\/p>\n<p>\/\/ Append SKU to the end of the attributes array<\/p>\n<p>$attributes[&#8216;__sku&#8217;] = $new_attribute;<\/p>\n<p>return $attributes;<\/p>\n<p>}<\/p>\n<ul>\n<li>Set &#8220;Run snippet everywhere&#8221;<\/li>\n<li>Activate the snippet<\/li>\n<li>View a product page to verify SKU appears in Additional Information tab<\/li>\n<\/ul>\n<p>This method positions SKU as the final row in the attributes table, keeping all product specifications together.<\/p>\n<h3>Method 5: Use Shortcode to Display SKU Anywhere<\/h3>\n<ul>\n<li>Edit any page or post where you want SKU displayed<\/li>\n<li>Add a Shortcode block or text widget<\/li>\n<li>Enter the shortcode: [pcfw_display_product_code]<\/li>\n<li>For specific products, add the ID attribute:\n<ul>\n<li>[pcfw_display_product_code id=&#8221;123&#8243;]<\/li>\n<\/ul>\n<\/li>\n<li>Customize with optional parameters:\n<ul>\n<li>pc_label &#8211; Change the label text<\/li>\n<li>wrapper &#8211; Wrap in div or span<\/li>\n<li>class &#8211; Add custom CSS classes<\/li>\n<\/ul>\n<\/li>\n<li>Publish or update the page<\/li>\n<\/ul>\n<p>This shortcode works great for custom product layouts or builder pages.<\/p>\n<h3>Method 6: Display SKU for Variable Products<\/h3>\n<p><strong>Product Edit Screen \u2192 Variations Tab<\/strong><\/p>\n<ul>\n<li>Edit your variable product<\/li>\n<li>Go to the Variations tab<\/li>\n<li>Click on each variation to expand<\/li>\n<li>Enter a unique SKU for every variation<\/li>\n<li>Click &#8220;Save changes&#8221;<\/li>\n<\/ul>\n<p>On the frontend, when customers select options, the SKU updates dynamically. They see the SKU matching their chosen variation.<\/p>\n<h3>Method 7: Add SKU to Category Pages<\/h3>\n<p>Some stores want SKU visible in product listings, not just on single product pages. This requires custom development or plugins.<\/p>\n<p><strong>Appearance \u2192 Theme File Editor \u2192 functions.php<\/strong><\/p>\n<ul>\n<li>Add code to display SKU in product loops<\/li>\n<li>Test thoroughly as this affects all listing pages<\/li>\n<li>Consider using a plugin for safer implementation<\/li>\n<\/ul>\n<h2 id=\"section-4\">How to Hide SKU on the WooCommerce Product Page?<\/h2>\n<p>Many store owners prefer cleaner product pages without SKU. Several methods achieve this.<\/p>\n<h3>Method 1: Simple CSS Code Snippet<\/h3>\n<p><strong>Appearance \u2192 Customize \u2192 Additional CSS<\/strong><\/p>\n<ul>\n<li>Go to Appearance \u2192 Customize<\/li>\n<li>Scroll down to &#8220;Additional CSS&#8221;<\/li>\n<li>Paste the following code:<\/li>\n<\/ul>\n<p>css<\/p>\n<p>\/* Hide SKU on single product pages *\/<\/p>\n<p>.sku_wrapper {<\/p>\n<p>display: none !important;<\/p>\n<p>}<\/p>\n<p>&nbsp;<\/p>\n<p>\/* For some themes, alternative selector *\/<\/p>\n<p>.product_meta .sku {<\/p>\n<p>display: none !important;<\/p>\n<p>}<\/p>\n<ul>\n<li>Publish changes<\/li>\n<li>Refresh a product page to verify SKU is hidden<\/li>\n<\/ul>\n<p>This method works for most themes. If SKU persists, use browser developer tools to find the exact CSS selector for your theme.<\/p>\n<h3>Method 2: Use a Dedicated Plugin<\/h3>\n<p><strong>WordPress Dashboard \u2192 Plugins \u2192 Add New \u2192 Search &#8220;WC Product Meta&#8221;<\/strong><\/p>\n<ul>\n<li>Go to Plugins \u2192 Add New<\/li>\n<li>Search for &#8220;WC Product Meta&#8221;<\/li>\n<li>Install and activate the plugin<\/li>\n<li>Navigate to WooCommerce \u2192 Settings \u2192 Product Meta<\/li>\n<li>Check the box to &#8220;Hide SKU from product pages&#8221;<\/li>\n<li>Optionally hide categories and tags<\/li>\n<li>Save settings<\/li>\n<\/ul>\n<p>This plugin applies changes globally across all products instantly. No coding required.<\/p>\n<h3>Method 3: PHP Snippet to Remove SKU<\/h3>\n<p><strong>Appearance \u2192 Theme File Editor \u2192 functions.php (or Code Snippets plugin)<\/strong><\/p>\n<ul>\n<li>Open your child theme&#8217;s functions.php<\/li>\n<li>Or install the Code Snippets plugin<\/li>\n<li>Add the following code:<\/li>\n<\/ul>\n<p>\/\/ Remove SKU from single product pages<\/p>\n<p>add_filter( &#8216;wc_product_sku_enabled&#8217;, &#8216;__return_false&#8217; );<\/p>\n<ul>\n<li>Save changes<\/li>\n<li>Verify SKU no longer appears on product pages<\/li>\n<\/ul>\n<p>This filter completely disables SKU display functionality in WooCommerce.<\/p>\n<h3>Method 4: Hide SKU Only for Specific Products<\/h3>\n<ul>\n<li>Add a conditional snippet:<\/li>\n<\/ul>\n<p>\/\/ Hide SKU for specific product categories<\/p>\n<p>add_filter( &#8216;woocommerce_get_sku&#8217;, &#8216;conditionally_hide_sku&#8217;, 10, 2 );<\/p>\n<p>&nbsp;<\/p>\n<p>function conditionally_hide_sku( $sku, $product ) {<\/p>\n<p>\/\/ Hide SKU for products in &#8216;clothing&#8217; category<\/p>\n<p>if ( has_term( &#8216;clothing&#8217;, &#8216;product_cat&#8217;, $product-&gt;get_id() ) ) {<\/p>\n<p>return &#8221;;<\/p>\n<p>}<\/p>\n<p>return $sku;<\/p>\n<p>}<\/p>\n<ul>\n<li>Modify the condition based on your needs<\/li>\n<li>Test on category pages and single products<\/li>\n<\/ul>\n<h3>Method 5: Hide SKU for Variable Product Variations<\/h3>\n<ul>\n<li>Add custom JavaScript to clear SKU display<\/li>\n<li>Or use PHP filters to remove variation SKU data<\/li>\n<li>Test thoroughly as this affects dynamic updates<\/li>\n<\/ul>\n<h4>Method 6: Hide Empty SKU Fields<\/h4>\n<ul>\n<li>Use CSS to hide the wrapper when empty<\/li>\n<li>Add this CSS:<\/li>\n<\/ul>\n<p>css<\/p>\n<p>\/* Hide SKU wrapper if no SKU exists *\/<\/p>\n<p>.sku_wrapper:empty {<\/p>\n<p>display: none;<\/p>\n<p>}<\/p>\n<p>This keeps your product pages clean regardless of which products have SKU entered.<\/p>\n<h3>Method 7: Use Theme Options<\/h3>\n<p><strong>Appearance \u2192 Customize \u2192 Theme Settings<\/strong><\/p>\n<ul>\n<li>Look for WooCommerce or Product Page sections<\/li>\n<li>Find toggle switches for &#8220;Display SKU&#8221;<\/li>\n<li>Disable the option<\/li>\n<li>Save changes<\/li>\n<\/ul>\n<p>This is the safest method as it uses your theme&#8217;s native functionality.<\/p>\n<h3>Method 8: Hide SKU from Customer Orders<\/h3>\n<p>You might want SKU visible on product pages but hidden from order confirmations and emails. Some plugins offer this granular control.<\/p>\n<p>The Product Code for WooCommerce plugin allows hiding codes from customer orders while keeping them visible elsewhere.<\/p>\n<p><strong>WooCommerce \u2192 Settings \u2192 Product Code<\/strong><\/p>\n<ul>\n<li>Install Product Code for WooCommerce<\/li>\n<li>Go to settings<\/li>\n<li>Enable &#8220;Hide from Customer Orders&#8221;<\/li>\n<li>Save changes<\/li>\n<\/ul>\n<p>Now SKU appears on product pages but not in customer emails or order receipts.<\/p>\n<h3>Method 9: Remove SKU from Structured Data<\/h3>\n<p>Hiding SKU visually does not remove it from schema markup. For complete removal, you need additional filters.<\/p>\n<ul>\n<li>Add filter to remove SKU from product schema<\/li>\n<li>Test with Google&#8217;s Rich Results tool<\/li>\n<li>Verify SKU no longer appears in structured data<\/li>\n<\/ul>\n<h2 id=\"section-5\">Troubleshooting Common SKU Display Issues<\/h2>\n<p>Sometimes SKU does not behave as expected. Here are common problems and solutions.<\/p>\n<h4>Issue 1: SKU Not Showing Despite Being Entered<\/h4>\n<p><strong>Cause: <\/strong>Theme may hide SKU by default. CSS may be conflicting. Filter may be removing SKU.<\/p>\n<p><strong>Solution:\u00a0<\/strong><\/p>\n<ul>\n<li>Check theme settings first.<\/li>\n<li>Use browser inspector to see if SKU element exists but is hidden.<\/li>\n<li>Look for CSS with display:none.<\/li>\n<li>Check if any plugins are modifying SKU displays.<\/li>\n<\/ul>\n<h4>Issue 2: SKU Shows for Some Products but Not Others<\/h4>\n<p><strong>Cause: <\/strong>Variations missing SKU. Products in different categories may have different templates.<\/p>\n<p><strong>Solution:\u00a0<\/strong><\/p>\n<ul>\n<li>Verify all variations have SKU entered.<\/li>\n<li>Check if conditional code is hiding SKU based on categories.<\/li>\n<li>Review template files for conditional logic.<\/li>\n<\/ul>\n<h4>Issue 3: SKU Shows Wrong Value for Variable Products<\/h4>\n<p><strong>Cause: <\/strong>Variation SKU not set correctly. JavaScript not updating display.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<ul>\n<li>Edit the variable product and verify each variation has the correct SKU.<\/li>\n<li>Test with default theme to isolate theme issues.<\/li>\n<li>Check for JavaScript errors in the console.<\/li>\n<\/ul>\n<h4>Issue 4: SKU Visible Despite Hiding Code<\/h4>\n<p><strong>Cause: <\/strong>CSS selector incorrect. Filter not applying. Plugin conflict.<\/p>\n<p><strong>Solution:\u00a0<\/strong><\/p>\n<ul>\n<li>Use browser inspector to find the exact CSS class.<\/li>\n<li>Try more specific selectors.<\/li>\n<li>Temporarily disable other plugins to test conflicts.<\/li>\n<li>Ensure code is in the correct location (functions.php or active snippet).<\/li>\n<\/ul>\n<h4>Issue 5: SKU Hides but Leaves Empty Label<\/h4>\n<p><strong>Cause: <\/strong>CSS hides content but label remains. The &#8220;SKU:&#8221; text still displays.<\/p>\n<p><strong>Solution:\u00a0<\/strong><\/p>\n<ul>\n<li>Hide the entire wrapper, not just the SKU value.<\/li>\n<li>Use .sku_wrapper selector instead of .sku.<\/li>\n<li>Or use a PHP filter to remove SKU entirely rather than hiding with CSS.<\/li>\n<\/ul>\n<h2 id=\"section-6\">Final Verdict<\/h2>\n<p>Showing or hiding SKU in WooCommerce is a simple decision with multiple implementation options. The right choice depends entirely on your products and customers. Show SKU when it adds value to the shopping experience. B2B customers need it. Technical products benefit from it. Industries requiring compliance demand it. If SKU helps customers make informed decisions or reorder easily, display it prominently.<\/p>\n<p>Hide SKU when it creates clutter without benefit. Consumer goods rarely need SKU displays. Minimalist designs improve with cleaner pages. If your SKU data is incomplete, hiding is more professional than showing empty fields. Multiple methods exist for both showing and hiding SKU. For showing, ensure SKU is entered correctly first. Use CSS or plugins to reposition SKU if default placement does not work. Add SKU to the Additional Information tab for specification-focused buyers.<\/p>\n<p>For hiding, CSS is the fastest and safest method. A few lines of code remove SKU visually without affecting functionality. For complete removal, PHP filters disable SKU display entirely. Dedicated plugins offer one-click solutions without coding. Test your chosen method thoroughly. Check on desktop and mobile. Verify with different product types. Ensure variable products behave correctly. Ask a friend to test the customer experience.<\/p>\n<p>Remember that hiding SKU visually does not remove it from order emails or invoices. Customers may still see SKU after purchase. If you want complete removal everywhere, you need additional configuration.<\/p>\n<p>The beauty of WooCommerce is flexibility. You can change your mind anytime. Start with one approach. Monitor customer feedback. Adjust as needed. Your store evolves with your business.<\/p>\n<p>Whether you show or hide, SKU remains a powerful tool for your internal operations. Use it wisely. Let customer needs guide your display choices. Your store will thank you.<\/p>\n<p>Have questions before starting with WooCommerce &amp; WordPress? Get support here at <a href=\"https:\/\/www.woohelpdesk.com\/\">WooHelpDesk<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Table of Contents Introduction What is SKU in WooCommerce? How to Show SKU on the WooCommerce Product Page? How to Hide SKU on the WooCommerce Product Page? Troubleshooting Common SKU Display Issues Final Verdict Introduction Every product in your WooCommerce store needs identification. You track inventory with numbers. You manage stock with codes. You [&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\/11731'><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%2F11731\" 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%2F11731\" 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%2F11731\" 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\/11731\" 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%2F11731&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%2F11731\" 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":11740,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-11731","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-woocommerce"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/11731","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=11731"}],"version-history":[{"count":3,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/11731\/revisions"}],"predecessor-version":[{"id":11734,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/11731\/revisions\/11734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/11740"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=11731"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=11731"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=11731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}