WPCode Admin Number of Snippets

Change the number of snippets displayed in the admin list using a filter.

<10

Logged in User Drop Down Menu

Along with the Avatar and User Shortcode Snippet, this can display a nice logged in User…

Ilana Borsje PRO
<10

enr_weekly_digest

WPCode “Custom Snippet” that auto loads enr_weekly_digest in MailPoet every weekmakes possible not to paste the…

Patrick Nzeogu PRO
<10

Untitled Snippet

peter zatopek
<10

Site Wide Header

add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…

Robert Jax
<10

Register Multiple Donation Fields

Add multiple new fields to your donation form.

ACF_KEYSMST_MSTCASECPT – TAB - OUTCOMES & DISCHARGE (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: OUTCOMES & DISCHARGE (v3.0 Modular) * ============================================ *…

ismail daugherty PRO
<10

Keep users logged in for 1 month on Staq

function stq_change_auth_cookie_expiration_period( $expiration_period ) { $expiration_period = MONTH_IN_SECONDS; // 1 month return $expiration_period; } add_filter( 'auth_cookie_expiration',…

Ilana Borsje PRO
<10

WPForms: swap price and option value for payment fields

This snippet makes the option label "$40.00 - Second Choice" instead of "Second Choice - $40.00"…

1 126 127 128 129 130 217