Determinar altura del header

jQuery(window).on('elementor/frontend/init', function() { // Elementor tiene su propio evento de carga de componentes jQuery(window).on('load', function() {…

Billing Address Email Tag - Actual Country Name

Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.

Untitled Snippet

add_filter( 'woocommerce_product_single_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); add_filter( 'woocommerce_product_add_to_cart_text', 'saphie_custom_add_to_cart_text' ); function saphie_custom_add_to_cart_text() { return 'ADD TO BAG'; }

Joana Hranova
<10

Disable IP Geo lookup service

That script is the one making the call to the geolocation endpoint, the rest of the…

Auto Vote 5 sao cho bài viết mới

function auto_vote_5_stars_on_publish($ID, $post) { if ($post->post_status === 'publish') { if (function_exists('kk_star_ratings_insert')) { kk_star_ratings_insert("5", $ID); } }…

AIO Dashboard

Suport for AIO SEO dashboard

Use Billing Address in Order Exports

add_filter( 'wcv_export_orders_use_shipping_address', 'wcv_order_export_use_shipping_address' ); function wcv_order_export_use_shipping_address( ){ return false;

3 Dots for popup text in WordPress

With this snippet 3 highlighted dots appear when you create small items of text that you…

Huttons News Importer

final class Huttons_News_Importer { private const CRON_HOOK = 'huttons_news_hourly'; private const CATALOG_URL = 'https://www.huttonsgroup.com/property-news'; private const…

<10

Add Content Above or Below the Speaker Details

Adds your own markup above the speaker detail block, for a banner, notice or breadcrumb. The…

Remove the Header Menu Underline on Hover

If you enable the Header menu underline it will display both on active items and on…

1 106 107 108 109 110 233