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 Display a List of WPForms Using a Shortcode

This snippet will create a new shortcode that can display all your WPForms forms.

20+

Real-time validation for restricting numbers from Single Line Text field

/** * Dynamically prevent numbers from being entered on single line text fields * * @link…

20+

Approving User Account After Completed PayPal Payment

This snippet conditionally approves a user's account after they've completed their payment through the PayPal gateway.

20+

Change Business Info Opening Hours Icon

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

20+

Remove datePublished and dateModified properties from the Article schema for Posts

This snippet removes the datePublished and dateModified properties from the Article schema for Posts

20+

Creating Additional Format for the Date / Time field

This snippet is used to add extra formats for the Time interval on the Date /…

20+

How to Populate a Form Field from an Anchor Link

/** * Populate field from anchor link. * * @link https://wpforms.com/developers/how-to-populate-a-form-field-from-an-anchor-link/ */ function wpf_dev_autofill_field() { ?>

20+

Changing the Cache Time on Your Form Token

/** * Extend cache time on form tokens before today. * * @link https://wpforms.com/developers/how-to-change-the-cache-time-on-your-form-token */ function…

20+

Creating a Form With Floating Labels

form#wpforms-form-1682 { position: relative; } form#wpforms-form-1682 .floating label:nth-of-type(2) { display: none; } .floating input { position:…

20+

Add Select Field To Donation Form

Add a select field to the donation form.

Decrease the retention period to one week for the Action Scheduler

By default, Action Scheduler will automatically remove completed tasks after thirty days. However, this time period…

20+

Troubleshooting Action Scheduler - access the Scheduled Actions page

Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add…

20+

Change the separator html on pages

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

20+

Output og:image that uses the Large Size Image

This snippet can be used to output og:image that uses the large size image

20+
1 19 20 21 22 23 193