EKFH Donation Form

Embeds EKFH donation form

ModalCSS

Used to display popup modal in GenerateBlocks

Custom Countries

Illustrates how to add a custom list of countries

<10

WPForms: hide certain sections on a single entry page: notes, log, debug, meta, payment, actions, related, geolocation.

This code removes all sections on a single entry page in the admin area. Method names…

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

REST API Shopping Cart Endpoint for EDD

Adds a REST API endpoint that returns the current user's shopping cart.

Remove Decimals

Removes decimal places from all prices

Show Terms By Default

Show the terms of agreement open on the checkout page by default

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

1 44 45 46 47 48 115