Add A Default Campaign Custom Amount

Return a "default" amount if there isn't one isn't set in the session. Read all notes…

Change Business Info Email Icon

This filter can be used to change the business info email icon. Replace "/assets/images/email-icon.png" with the…

50+

How to Automatically Redirect If User Is Already Logged In

/** * Automatic redirect from login form if a user is already logged in * *…

50+

Remove the Key Text on Conversational Forms

This CSS will remove the Key Text on all Conversational Forms.

50+

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

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

50+

Hide AlOSEO version number from the front end

This filter can be used to publicly hide the All in One SEO version number.

50+

Change Validation Messages for WPML

When you need to provide multiple different language translations, these messages need to be conditionally different.…

40+

Change OG Title of a Specific Post

This filter can be used to change the OG Title of a Specific Post with ID…

40+

Allow Users Without Editing Permissions to Edit Their Author SEO Details

This filter can be used to allow users that don’t have editing permissions to edit their…

40+

Focused Form Fields

This CSS snippet will make your fields focused on click.

40+

Prevent Canonical URL tag output on Posts

This snippet can be used to prevent AIOSEO from outputting the Canonical URL tag on posts

40+

Breadcrumbs - Hide WooCommerce Shop crumb

This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.

40+

Using Date Picker Localization

This snippet is used to apply the changes that instruct WPForms to update the date picker…

40+

Change the separator html on pages

This snippet can be used to change the separator html on pages

40+

Add aria-label to progress bar to improve WPForms accessibility

/** * Fix WPForms Accessibility: Add aria-label to progress bar. */ function wpf_fix_wpforms_progressbar_aria() { ?>

40+
1 17 18 19 20 21 228