Changing the Name Attribute of a Hidden Field

This code snippet can be used to change the Name attribute of a Hidden field.

10+

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

Add Multiple Checkboxes To Donation Form

This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.

How to Programmatically Attach a File to Email Notifications

This code snippet uses the wpforms_emails_mailer_get_attachments filter to attach files to email notifications.

10+

Enable HTTP Strict Transport Security (HSTS) in WordPress

The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

10+

Disable All Page Builder Integration

This filter can be used to completely disable our page builder integration for all builders.

10+

Prevent AIOSEO From Outputting a rel=”next” Link

Prevent AIOSEO from outputting a rel=”next” link

10+

Change "Your Donation" On Donation Form

On donation forms, the headline "Your Donations" can be changed to any text you want with…

Remove Author Links

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

MemberPress: Add Membership Titles To the Top of Registration Pages

This code snippet will add a membership title to each MemberPress membership registration page. Titles will…

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+

Add a color picker field in Formidable Forms

Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.

Disable Auto-generated Image Sizes

When we upload any media, WordPress automatically generates other extra sizes of it. It may eat…

1 28 29 30 31 32 232