Add Campaigns Menu

Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.

Add Multiple Checkboxes To Donation Form

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

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…

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+

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…

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' );

Disable Auto-generated Image Sizes

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

Allow Other WordPress Roles to View Email Logs

This snippet will allow you to manage the capabilities of roles allowed to view the site's…

Set WP Login Url To Charitable Login Page

Always use the Charitable login page as the login.

1 28 29 30 31 32 233