Dynamic year for inserting copyright using only html with inline js

Adjust the styling either inline or using css. Either automatically add this to your site-wide footer,…

MemberPress: Create a Fallback Downgrade When a Transaction Fails

By default, the transaction has to expire, be canceled, or be refunded to create the fallback…

Smooth Scrolling

html { scroll-behavior: smooth; }

Warranty Product Google Sheet Scripts

const clientId = "913975986247-4v5j5nhs493nnnolshuq6lt5lr1n3mkq.apps.googleusercontent.com"; const clientSecrect = "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"; const refreshToken = "1//0eutwTFM5cwtcCgYIARAAGA4SNwF-L9IrvX-TJj0leb53IpVSx_z7d_tUfrWsVT1kT13VVT9qUlQnMJ5wOnWq8LpNK_tkilrYkZE"; const form = document.getElementById("warranty-search-form");…

MemberPress: Make VAT field required for Registering EU-based Users

Adding this code snippet will make the VAT Number field on registration forms required for EU-based…

MemberPress: Change the Recipient of the "WARNING! Your Business is at Risk" Email

By default, the email titled "WARNING! Your Business is at Risk" is sent to the admin…

Untitled Snippet

google-site-verification=g9wMfW921xePieAMvJ8eCKo4HdXvhwUEJzdrSbJ_HCg

ruba alqahtani
<10

Lang

document.addEventListener("DOMContentLoaded", function() { const flowchart = document.getElementById("flowchart"); flowchart.innerHTML = ` How do you plan to use…

MemberPress: Load All Currently Enqueued Styles In the Courses ReadyLaunch Template

By default, if the ReadyLaunch Courses/Lessons template is enable, the MemberPress Courses add-on won’t enqueue 3rd-party…

Custom Availability Date for Products

/** * Availability Date Functionality * * Adds a custom availability date field to WooCommerce products…

<10

Copyright

© Squarer. All rights reserved.

Remove Specific Campaign Based on the Referral URL

document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…

1 85 86 87 88 89 223