om-vue.js

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

om-webhook-response.json

{ "om_response_data":{ "redirect":"https://optinmonster.com" } }

CONNECT TO API GATEWAY

This code is to connect to an API, this is a test

Mwanaidi Masoud PRO
<10

specific-element-custom-font.css

div#om-{{id}} .my-headline * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Disable All UpdraftPlus Email Notifications

This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…

Local pickup custom percentage discount in WooCommerce checkout

Offering discounts for local pickup is a great way to attract customers who are looking for…

Allow SVG uploads for administrator users.

Allow SVG uploads for administrator users.

Buy with Prime

add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>

FlowMattic: Expand Workflow Description Box.

This snippet runs in the WordPress admin area and removes any line-clamping on the “.css-iIDhdyB” element…

<10

MemberPress: Customize Unauthorized Message For Logged-Out Non-Authorised User and a Logged in Non-Authorised User

This snippet customizes the unauthorized message shown to users who attempt to access content protected by…

Máscara CPF

// Carrega a biblioteca Inputmask var script = document.createElement('script'); script.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.8/jquery.inputmask.min.js"; script.onload = function ()…

1 142 143 144 145 146 218