om external links monsterlink

(function(window, document) { // Your campaign's UNIQUE ID var campaignSlug = 'YOUR-UNIQUE-ID'; // Helper to get…

allow contributors

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

focus outline none

div#om-{{id}} *:focus { outline: none; }

pop-up na 'nu kopen'

Nu kopen button laat pop-up zien en geeft link naar winkelmandje

archive-listings.php

Property Listings

HARUKI KAWAHATA
<10

Toggle switch pricing tabel

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

Livrare 20kg plus

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

Add category to page

// Abilita categorie (e, opzionalmente, tag) per le Pagine add_action('init', function () { register_taxonomy_for_object_type('category', 'page'); //…

Show Product Categories in the Vendor Product Catalog

This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…

1 117 118 119 120 121 224