Cortex Image Meta API

/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…

<10

Change Registration Email Login URL

Modifies the login URL sent to new users via email.

Disable Update Notifications

Disable all wordpress update notifications

Hagai Maidenberg
<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.

WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab

/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…

Remove Gift Aid "Title" Field From Donation Forms

add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…

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 84 85 86 87 88 226