Create Additional Schemes for the Address Field

This snippet will show you how to create your own Scheme for the Address field. This…

<10

Oktoberfest 5K - RaceCheck Widget

Review widget from RaceCheck for Oktoberfest 5K page

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

Supports sending an email with a Stripe Pre-Approved payment is submitted.

By default EDD only sends a purchase confirmation when an order is marked as completed, however…

Combined Date – Time Format (Do something with the Local End Time) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Trigger a Scheduled Export via a WordPress Action

function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…

<10

Charitable Reporting: Adjusting Initial Filters

Changes the default reporting filters for the overview report page in the admin.

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

WC Vendors Activate All Vendors

Activates all Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.

No login errors

function no_wordpress_errors(){ return 'Something is wrong!'; } add_filter( 'login_errors', 'no_wordpress_errors' );

Menu Item image Animation on Hover

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

<10

Custom Heading above Qty (Woocommerce)

let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…

Niyaz Poyilan
<10

Recreate the aioseo_cache table

This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…

<10
1 25 26 27 28 29 81