Universal_UserMetaScholar_Clients_AA - Scholar/Student Meta Fields - KIC Enterprises

WPCode Snippet: Scholar/Student Meta Fields - KIC Enterprises * Description: Additional fields for scholars/students - works…

ismail daugherty PRO
<10

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

PHP-snippet: registratie lessen verwerken en AJAX endpoint

// Configuratie function get_parameters_36(): array { return [ "target_page_slug" => "lesrooster-evenemententeam-2025", "tablepress_table_id" => 36 ]; }…

change media owner

Allows the admin to assign any media library file from one user to another

<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' );

Ensure Webfont is Loaded (non-Elementor)

function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );

Perfume

Add this Google verification to my website here is the link https://fragrance-renaissance-lab.lovable.app/

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Hide Campaign Meta (Author, Date, Comments)

Automatically hides theme-generated meta information from campaign pages (only for Charitable Pro 1.8.13).

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

Including product tax to commission calculation

add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…

test

echo 'test';

Change the action's string in the refund section - "View Details"

Change the action's string in the refund section - "View Details"

1 136 137 138 139 140 212