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+

How to Restrict Countries Inside Smart Phone Form Fields

/** * Restrict countries inside the Smart Phone form field * * @link https://wpforms.com/how-to-restrict-countries-inside-smart-phone-form-fields/ */ function…

40+

Change Validation Messages for WPML

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

40+

Set max-video-preview to 0

This snippet sets max-video-preview robots meta tag to 0

40+

Remove the crumb for the ‘uncategorized’ category

This snippet can be used to remove the crumb for the ‘uncategorized’ category

40+

Focused Form Fields

This CSS snippet will make your fields focused on click.

30+

Sticky Posts on Category Pages

Make sticky posts show up first on category pages too.

30+

How to Move to the Next Page Automatically

/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…

30+

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

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

30+

Prevent Canonical URL tag output on Posts

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

30+

Adding a Clear Button to Reset All Fields in Your Form

This code snippet will clear all input fields at once.

30+

Change OG Title of a Specific Post

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

30+

Reduce Database Calls

You can edit your child theme and replace these calls with more specific information to stop…

30+

Change 'streetLineTwo' in Local SEO address output to an empty string

This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…

30+

Change Business Info Phone Icon

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

30+
1 17 18 19 20 21 203