Creating a Smart Tag from an ACF Field

/** * Register the Smart Tag so it will be available to select in the form…

20+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

20+

Change Business Info Location Icon

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

20+

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

20+

Remove the crumb for the ‘uncategorized’ category

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

20+

Change OG Title of a Specific Post

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

20+

Hide Author SEO Tab From User Profile Page

This filter can be used to Hide Author SEO Tab From User Profile Page

20+

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…

20+

How to Add Confetti Animation to Confirmation Message

** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…

20+

Remove article:published_time and article:modified_time meta tags from all posts

This filter can be used to remove article:published_time and article:modified_time meta tags from all posts

20+

Dynamically Change the SEO Title of a Specific Post Before the Metadata is Saved

The code snippet below can be used to dynamically change the SEO title of a specific…

20+

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( )…

20+

How to Automatically Submit a Form with a Field Choice

/** * Trigger submit from checkbox click * * @link https://wpforms.com/developers/how-to-automatically-submit-a-form-with-a-field-choice/ */ function wpf_dev_automatic_submit_form( ) {…

20+

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…

20+

Custom Registration Fields

Add fields to the registration form.

1 17 18 19 20 21 154