Defining Amazon SES Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

MemberPress: Modify the Order of the Registration and the Account Form Fields

Each field in the registration and account form is a separate element. Thus, the order of…

MemberPress: Add Logout Confirmation Popup

This code will force a confirmation popup to show when users click the Logout link on…

ABF Updated ChatBot

Updated ABF Chatbot with new allenbaileyfoundation.org website

<10

om.Campaign.afterShow

document.addEventListener('om.Campaign.afterShow', function(event) { if (event.detail.Campaign.id == 'zjd3hxxogbfvmy2iz0rp') // your slug { var campaignID = 'om-'+ event.detail.Campaign.id;…

dynamic-monsterlinks-by-class-name.js

// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…

AIOSEO FAQ Block accordion

Adds accordion style toggle functionality to the AIOSEO FAQ block.

Marty Helmick PRO
<10

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Set a minimum, and maximum price for products

Set a minimum, and maximum price for products

Add order status to the commissions table export

/** * Add order status to the commissions table export */ function wcv_commission_export_columns( $columns ){ $columns['order_status']…

disable joinchat whatsapp plugin on mobile biew

@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…

1 58 59 60 61 62 113