css-buttons.css

html div#om-{{id}} input[type=submit], html div#om-{{id}} button { background: #ff6600 !important; }

Remove Specific Campaign Based on the Referral URL- v1

document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…

Untitled Snippet

RMLS popup

Glenda Davis
<10

Notify if Stripe is put in Test Mode

Notification for Test mode on Update

Ilana Borsje PRO
<10

Prevent Tasty Links inside Tasty Recipes

Prefer to keep your recipe cards clear of automatic links from your Tasty Links keywords? No…

<10

ACF_KEYSMST_MSTCASECPT – TAB – ADMINISTRATIVE (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: ADMINISTRATIVE (v3.0 Modular) * ============================================ * * Purpose:…

ismail daugherty PRO
<10

GravityWiz_DateMergeTags - Gravity Wiz // Gravity Forms // Format Date Merge Tags

* Adds merge tag modifiers for formatting date merge tags using PHP Date Formats. * *…

ismail daugherty PRO
<10

WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.

Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…

ACF option field shortcode

function acf_option_field_shortcode( $atts ) { // Definimos los atributos por defecto (solo necesitamos 'field') $atts =…

1 91 92 93 94 95 226