Menu Item image Animation on Hover

When you hover over a menu item, the will be an image which will slide behind…

<10

Defining Mailgun Mailer Constants

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

eaglegame

const canvas = document.getElementById('game-canvas'); const ctx = canvas.getContext('2d'); class Character { constructor(name, x, y, width, height,…

ADD FILTER DO SHORT CODE

add_filter( 'widget_text', 'do_shortcode' );

ABF Scholarly Funding ScoreApp

Game Plan for Scholarly Funding Assessment - ScoreApp

<10

om.Campaign.init.preload2

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…

Set Default Donation Amount Per Campaign

Customize the default donation amount on a per campaign basis.

WPForms: new smart tag - Current Unix Time

Using wp_date() function to output a Unix time where the smart tag is used.

Disallow store credits if cart has subscription product

This snippet will remove the store credit option if the cart has a subscription product

Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

1 107 108 109 110 111 113