ACF_KEYSMST_MSTCASECPT - TAB: Case Status & Tracking (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: Case Status & Tracking (v3.0 Modular) * ============================================…

ismail daugherty PRO
<10

Set Default Donation Amount Per Campaign

Customize the default donation amount on a per campaign basis.

run on payment page

if payment page, send email

WPForms: new smart tag - Current Unix Time

Using wp_date() function to output a Unix time where the smart tag is used.

Untitled Snippet

function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…

Paystack Split Payments Integration with WC Vendors — Creating the Split Configuration

public function process_split_payment( $order ) { $vendors_due = WCV_Vendors::get_vendor_dues_from_order( $order, false ); $sub_accounts = array(); foreach…

Disable PayPal for Multi-Item Checkout

Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…

AffiliateWP — Restrict Checkout Referrals Dropdown by User Role

Restricts the AffiliateWP Checkout Referrals dropdown to only appear for logged-in users with a specific WordPress…

RED'S CSS Snippet

#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid…

Top Pagination

Adds pagination links to the top of the [downloads] short code

1 142 143 144 145 146 217