Change Registration Email Login URL

Modifies the login URL sent to new users via email.

VDX Optimizer

// VDX Optimizer - SEO, Social Media & WooCommerce // SEO Meta Tags add_action('wp_head', function() {…

Vadim Bubulici
<10

Billing Address Email Tag - Actual Country Name

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

CSS de base

p, h1, h2, h3, h4, h5, h6 { margin-block-start: 0!important; margin-block-end: 0; } ul { margin:…

FluentCommunity Auto-Delete Diagnostics

This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…

AffiliateWP - Create Referral from Gravity Forms Dropdown Field

Creates an AffiliateWP referral when a Gravity Forms form is submitted, assigning credit to the affiliate…

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); } }…

1 118 119 120 121 122 224