Dynamic logo sizing

Fix the issue where changing the logo size in the block editor breaks it. Dynamically adjust…

WPCode Admin Number of Snippets

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

<10

Untitled Snippet

James Cooper
<10

Untitled Snippet

peter zatopek
<10

Yeah 👍 The Google Tag

Its awesome

brittany holcombe PRO
<10

LifterLMS_DIR_AC_SYNC - LifterLMS Content Sync Engine - Comprehensive Data Version

* LifterLMS Content Sync Engine - Comprehensive Data Version * Syncs courses ONLY with ALL related…

ismail daugherty PRO
<10

Register Multiple Donation Fields

Add multiple new fields to your donation form.

Remove Stats Summary Block

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

change media owner

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

<10

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

1 115 116 117 118 119 224