om.Action.window

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

disable webfonts

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });

allow editors

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

Optin View

#om-{{id}}-optin button.{{ns}}-CloseButton { /* Your Custom Styles */ }

plain-css.css

html div#om-{{id}} * { /* Anything inside here will be applied to all elements within your…

wrong redirect .htaccess

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

Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

Disabling the Admin Bar for Non-Admin Users

add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }

Livrare 20kg plus

Cheltuielile de livare nu sunt incluse în prețul total la comenzile care depășesc 20 kg !…

Hello

echo "hello World !";

LIFTER_TextReplace - Changes "Courses" to "Modules" and "Lessons" to "Steps

* Changes "Courses" to "Modules" and "Lessons" to "Steps" * Add to WP Code Snippets or…

ismail daugherty PRO
<10
1 83 84 85 86 87 223