Universal_UserMetaHR_Ba - HR Staff Profile Fields - KIC Enterprises

* WPCode Snippet: HR Staff Profile Fields - KIC Enterprises * Description: Comprehensive HR compliance fields…

ismail daugherty PRO
<10

Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code

update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );

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…

1 127 128 129 130 131 227