WP Simple Pay: Add Email Address to Payment Confirmation URL

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

Customer Order Note for WooCommerce Products

Inserts a note field next to the add-to-cart button on every WooCommerce product page. Customers can…

Mike Whelan
<10

Hide Admins from being tracked

Adds a function that will allow you to properly add all your tracking scripts and stop…

Custom drag and drop

Allows you to drag and drop to reorder posts in the WP backend.

Disable Posts Post Type

This snippet hides the default Posts post type from the WordPress admin

<10

Add custom CSS in the Admin

Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…

<10

Hide unnecessary roles

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

Explicit Fixed Width and Height

Explicit Fixed Width and Height for images

Ensure Webfont is Loaded (Elementor)

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

Add Taxonomy Label to LLMS Term Titles

This snippet prepends the taxonomy label to term titles shown in llms.txt and llms-full.txt.

<10

Blog filter

Add a filter for blogs

MemberPress: Manually Refresh Member Data

This code snippet is designed to manually refresh all members' data on a WordPress site. After…

MemberPress: Add Logout Confirmation Popup

This code will force a confirmation popup to show when users click the Logout link on…

Add Pending To Approved Statuses

Make the "Pending" status an approved statuses, so that it is counted in the campaign funds…

Email: Change Footer Text

Filter the email footer text & link.

1 37 38 39 40 41 208