Meta Lead Gen Pixel

Michael Woolsey
<10

Lazy load YouTube videos in WordPress with Shortcode

Lazy load YouTube videos in WordPress with Shortcode

Change Jump links to buttons

Make the "jump to recipe" and "print recipe" links look like buttons at the top of…

<10

Download Column Thumbnail

Render a new post column featuring the download thumbnail.

Make Private Posts Visible to Subscribers

/* * Make Private Posts visible to Subscribers * Typically only visible to admin or editor…

Peter Beare
<10

WP Simple Pay: Custom Decimal Separator

Changes the decimal separator from a . (period) to a , (comma).

Increase Memory Limit During Download Delivery

Increase the memory limit of your server to support the delivery of large downloads.

Contribution request

Keep your content free and ask for voluntary contributions. Readers that do not wish to contribute…

WP Simple Pay: Google GA4 Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Post class update

add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…

1 58 59 60 61 62 156