Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Remove Author Links

If you are disabling author archives on your site you will want to remove the author…

Set WP Login Url To Charitable Login Page

Always use the Charitable login page as the login.

Exclude a Specific Term from the Sitemap

This filter can be used to Exclude a Specific Term from the Sitemap. Note: Replace 412…

<10

How to Create a Form With Floating Labels

/** * Remove the field label from the top of the field * * @link https://wpforms.com/developers/how-to-create-a-form-with-floating-labels/…

<10

Redirect To Referer After Login

After a user logs in, redirect them back to the page they were on right before…

Custom Receipt Page

Redirect to custom receipt or another page after a donation is completed. Can be per campaign…

Disable OpenGraph Tags on all Listing Detail Pages

This snippet disables OpenGraph Tags on all pages whose URL contains /listing-detail/

<10

Add a custom field to the checkout screen

Allows one to add a custom field to the checkout screen

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Increase the Number of Posts Imported Per Batch from SEOPress Plugin

This filter can be used to increase the default number of posts imported per batch from…

<10

How to Display Hidden Single Item Fields in Order Summary

This code snippet will display the hidden single item field in order summary

<10

Using Conditional Logic to Change Date Picker Locale

This snippet works with the WPML plugin and only apply date picker locale changes when the…

<10

Use Page Template For Campaigns

Instead of using the Post template for campaigns, use the Page template as a fallback.

How to Add BCC to Email Notifications (for all forms)

add_filter( 'wp_mail', function ( $args ) { // Add the BCC email address here $bcc_address =…

<10
1 25 26 27 28 29 149