WPCode Admin Number of Snippets
Change the number of snippets displayed in the admin list using a filter.
Logged in User Drop Down Menu
Along with the Avatar and User Shortcode Snippet, this can display a nice logged in User…
enr_weekly_digest
WPCode “Custom Snippet” that auto loads enr_weekly_digest in MailPoet every weekmakes possible not to paste the…
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
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) * ============================================ *…
Remove Stats Summary Block
Remove the campaign summary block (funds raised, number of donors, etc).
Untitled Snippet
HaNoiRental Lọc Loại phòng >Phòng trọ >Căn hộ chung cư > Dưới 1 triệu > 3…
change media owner
Allows the admin to assign any media library file from one user to another
How to Change CSV Export Delimiter
This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.
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 );