Set the ranges for Calendar List View | Display Eventbrite Events

The following code snippet filters the valid ranges for the next/prev keys of the calendar list…

Cusdtom WP escape

One major difficulty with passing WordPress org security reviews is escaping late. This function may help.

Tasty Roundups - Change Heading from h2 to h3

Change all your Tasty Roundup headings from h2 tags to h3 tags

<10

Disable WP Texturize

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

Untitled Snippet

Haingo Rakotomalala
<10

Houfy

Price

Jamie Kessler
<10

om-vue.js

// Using Vue Router. import Vue from 'vue'; import Router from 'vue-router'; Vue.use(Router); const router =…

gistfile1.txt

document.addEventListener('om.Campaign.afterShow', function(event) { if (event.detail.Campaign.id == 'zjd3hxxogbfvmy2iz0rp') // your slug { var campaignID = 'om-'+ event.detail.Campaign.id;…

dynamic-monsterlinks-by-id.js

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

Dynamic year for inserting copyright using only html with inline js

Adjust the styling either inline or using css. Either automatically add this to your site-wide footer,…

MemberPress: Create a Fallback Downgrade When a Transaction Fails

By default, the transaction has to expire, be canceled, or be refunded to create the fallback…

Smooth Scrolling

html { scroll-behavior: smooth; }

1 126 127 128 129 130 213