Universal_UserMetaHR_Ba - HR Staff Profile Fields - KIC Enterprises
* WPCode Snippet: HR Staff Profile Fields - KIC Enterprises * Description: Comprehensive HR compliance fields…
JS-snippet: knoppen toevoegen lesrooster en AJAX triggeren
registratieknop toevoegen aan tabelpress
Paystack Split Payments Integration with WC Vendors — Saving the Vendor Sub-Account Code
update_user_meta( $user->ID, '_paystack_sub_account_code', 'ACCT_xxxxxxxxxxxxx' );
TOC before first heading
Output the TOC block before the first heading in a post
Disable Update Notifications
Disable all wordpress update notifications
Billing Address Email Tag - Actual Country Name
Replace the default {billing_address} email tag to use the full State/Country names on purchase receipts.
AffiliateWP - Force Query String Format for Affiliate Deep Links
Fixes redirect loops caused by AffiliateWP's pretty deep link format (/page/ref/username/) conflicting with WooCommerce or custom…
Add Customer Name Column to Affiliate Portal Referrals Tab
Adds a Customer Name column to the main Referrals table in the Affiliate Portal. Pulls the…
Disable IP Geo lookup service
That script is the one making the call to the geolocation endpoint, the rest of the…
Fix coupon displaying 0% in the affiliate dashboard
add_filter( 'get_post_metadata', function( $value, $object_id, $meta_key, $single ) { static $running = false; if ( $running…
Adsense
Adse
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); } }…