WP Simple Pay: Add Email Address to Payment Confirmation URL

Append the submitted email address to the payment confirmation page URL.

Verify Email Domain

During the banned email checks, see if the domain being checked has DNS configured, if not…

Move WPCode Status Column

This snippet makes the status column the 2nd column in the admin list of snippets.

<10

Show local fonts in block editor

Display custom fonts in the backend editor

Remove Specific Post Type From Public Post Type List

This filter can be used to remove the movie post type from the public post type…

<10

WP Simple Pay: Hide reCAPTCHA Badge

Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…

Show WooCommerce Cart and Checkout on the Same page Free No Plugin

This post outlines the code implementation for creating a streamlined checkout experience by merging the cart…

Hide unnecessary roles

Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs

Prevent AIOSEO From Rewriting Term Title

This snippet can be used to prevent AIOSEO from rewriting term titles.

<10

Ensure Webfont is Loaded (Elementor)

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

Goal Tracking Pixel

This pixel tracks the unit conversions and revenue across all your push campaigns. This helps you…

Webinar popup home page

Landingi generated popup code to be featured on Teldio web site home page.

Template: After Order Actions

This is a template that can be used to hook into the `edd_after_order_actions` hook, allowing developers…

1 23 24 25 26 27 125