Defining Mailgun Mailer Constants

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

MemberPress: Display Account Tabs Anywhere

This code registers a new shortcode: [mepr-account-links]. This shortcode can be used anywhere to display the…

ABF Updated ChatBot

Updated ABF Chatbot with new allenbaileyfoundation.org website

<10

zapier-lead-data.json

{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…

Bootstrap 5

// Add custom scripts function add_custom_script_bootstrap5() { wp_register_script( 'bootstrap5_js', 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js', array(), '5.3.3', true ); wp_enqueue_script( 'bootstrap5_js'…

RSA GTM Body Tag

Add GTM Tag to Site Body in RSA Site Group

Colin Bunn PRO
<10

Customize Gift Card Code

/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…

Photo-Profile Dashboard for login users ( If your theme does not have any ) #The Greek

This WordPress code customizes the default avatar for users who do not have a custom profile…

Pharmacy Needs
<10

MemberPress: Disable Unauthorized Redirection on a Specific Page or Post

Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…

Add Radio Boxes To Donation Form

/** * Add a collection of radio selections to the donation form. * * This snippet…

David Bisset PRO
<10

Footer menu

Footer menu with black background and white text

1 127 128 129 130 131 213