Untitled Snippet

peter zatopek
<10

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

1 43 44 45 46 47 105