Runs After A Successful OptinMonster Conversion (om.Optin.success)

Here are some things to know before you begin: All Javascript events are asynchronous. All campaign…

Angie Meeker PRO
<10

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Download count shortcode

Add download count shortcode with ID and Offset attributes

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

Remove Product Notes For Specific Downloads

Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…

Shipping label template

/** * The template for displaying the shipping label * * Override this template by copying…

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

Untitled Snippet

google-site-verification=Z6ci_S0g839p6z-pqU4OUb5KSQpdoJBRrjh791uaErY

Escaping data with wp_kses

// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…

Tweak Price Display (Adjusts the Prices) | Display Eventbrite Events

The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…

Disable WP Texturize

// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );

unitap.io

function myfirsttheme_setup() { /* * Load additional block styles. */ $styled_blocks = ['latest-comments']; foreach ( $styled_blocks…

Untitled Snippet

// Get the butterflies container const butterfliesContainer = document.querySelector('.butterflies'); // Create a function to generate a…

1 63 64 65 66 67 126