Auto Complete the order status for virtual products in WooCommerce can save time and enhance efficiency. This guide explains how to set up auto complete order status, detailing the benefits of automation and providing a step-by-step process to implement a custom code snippet. You’ll learn how to locate the appropriate file, insert the code, and […]
Gravity Forms Confirmation Not Showing? Here’s the Fix!
Gravity Forms is a powerful WordPress plugin for creating forms, but a common issue is the Gravity Forms confirmation not showing as it is appearing below the fold, causing confusion for users. This article provides a step-by-step guide to fix this problem using a simple code snippet. By adding the add_filter( ‘gform_confirmation_anchor’, ‘__return_true’ ); function […]
Out of Stock Text in Woocommerce – How to remove it
Stock status (In Stock, Out of Stock text) in WooCommerce indicates product availability (in stock, out of stock, on backorder) on product pages. Store owners may want to remove stock status for aesthetic reasons, to enhance customer experience, simplify inventory management, or implement specific marketing strategies. Custom code snippets can be used to hide or […]
Useful snippet to find ClickUp Custom Field Details using the ClickUp API
What is a ClickUp Custom Field? A ClickUp Custom Field is a feature that allows you to customize your ClickUp Workspace by adding different types of data to Lists, Folders, Spaces, or your entire Workspace. You can use the same Custom Field in multiple locations, and there are many different Custom Field types available, each […]
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/idfogrn/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
List of Customers who purchased a specific Woocommerce Product
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/idfogrn/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
Sometimes you need to find out who has purchased a specific product and contact them This snippet will use SQL SELECT to query the database and produce a table of clickable order numbers (to take you quickly to the specific order edit screen), email address, First Name and Last Name Where to put this code? […]
Debug to Console
Sharpspring API – updateLeads
Having established the Lead ID (using getLeads) and the systemName of the custom field to be updated, the updateLeads method can be used to update the Lead record
Sharpspring API – getLeads
Using the Sharpspring API to find the Lead ID of a Lead if you only have the the Lead email address available
Sharpspring API – getFields
Using the Sharpspring API method getFields to find the Lead ID of a Lead from the Lead email address
Using Yoast Schema Filter wpseo_schema_organization_social_profiles
Adding Citations to Yoast WordPress SEO schema Yoast WordPress SEO 12.1 included a new filter – wpseo_schema_organization_social_profiles to filter an organization’s social profiles in the schema output. You can use this filter to modify social profiles (sameAs attribute) in the Organization schema object. Note: you don’t have to use this just for adding social profiles […]