Mapping WPForms Checkbox Values to ACF Checkbox Fields
This snippet uses the wpforms_post_submissions_process action hook to dynamically map WPForms checkbox submissions to ACF checkbox…
CWP - ConvertKit RSS email ID
Adds ConvertKit email ID to RSS feeds for better conversion tracking
Unlimited User Downloads for EDD Recurring
Allows certain users to be allowed to bypass the active account requirement in EDD Recurring Payments
remove 'X' remove button in cart
.woocommerce table.shop_table .product-remove { text-align: center !important; display: none; }
Defining Zoho Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Connect to google
https://www.facebook.com/profile.php?id=61561561635100
om-webhook-example-v1.0.0.json
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "firstName": "Archie", "lastName": "Monster", "phone":…
Your HTML link may look something like this
Some link on your site.
Partner Group GTM Body Tag
Add GTM Tag to Site Body in Partner Site Group
Booking Plugin with ChatGPT
Create WordPress plugin with chatgpt free [Step-by-Step Tutorial] https://maxkinon.com/create-wordpress-plugin-with-chatgpt-free-step-by-step-tutorial/
Hide Out Of Stock items on WooCommerce Shop page when sorting (popularity/price) applied.
Hide Out Of Stock items on the WooCommerce Shop page when sorting (popularity/price) applied.
Use YouTube Thumbnail as Featured Image
// Hook into the save_post action to set the YouTube thumbnail as the featured image function…
Read More/Less Toggle with Fade Effect
Original code: Imran Siddiq, (Web Squadron on YouTube) Modified to add fade effect. Description: This code…