om.Campaign.changeView

document.addEventListener('om.Campaign.changeView', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

registering query args as smart tag on campaign load

document.addEventListener('om.Campaign.load', function(event) { const queryString = window.location.search; // capture all query args // Registers a custom…

Replit - Comparison Calculator

Compares Fractal Capital vs. Land Equity Loan

Harrison Rogers
<10

allow authors

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'publish_posts'; } );

wrong redirect .htaccess

# Slash al final RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !# RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule…

Move WPCode "Status" Column from Last to First (WPCode)

This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…

LifterLMS_DIR_AC_SYNC - LifterLMS Content Sync Engine - Comprehensive Data Version

* LifterLMS Content Sync Engine - Comprehensive Data Version * Syncs courses ONLY with ALL related…

ismail daugherty PRO
<10

GravityForms_DIR_AD_RAPI - Expose Gravity Forms ACF Fields to REST API

* Description: Makes Gravity Forms data accessible via Application Password authentication * Location: Run Everywhere *…

ismail daugherty PRO
<10

Register New Users as Customers

Register New Users as Customers

Untitled Snippet

PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie…

ModalCSS

Used to display popup modal in GenerateBlocks

Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock

// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…

Publishing email

Emails the author when their download is published.

1 56 57 58 59 60 124