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+

Use a WooCommerce Product Attribute as the Brand in Product Schema

This filter enables using a WooCommerce Product Attribute as the Brand in our Product Schema. Note:…

20+

Dynamically Change the SEO title of a Specific Term when the Metadata is Loaded

This filter can be used to dynamically change the SEO title of a specific term when…

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+

Using Date Picker Localization

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

20+

How to Add Firework Animation to Confirmation Message

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

20+

Duplicate Posts and Pages

// Add the duplicate link to action list for post_row_actions // for "post" and custom post…

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

Disable the Last Updated Date in Index/Root XML Sitemap

This filter can be used to disable the Last Updated date that All in One SEO…

10+

How to Display a List of WPForms Using a Shortcode

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

10+

Sending Multiple File Uploads to Google Drive through Zapier

This snippet modifies our Zapier integration and allows users to send multple files submitted through the…

10+

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

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

10+

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() { ?>

10+

How to Use Conditional Logic With a Date Picker

/** * Use conditional logic with a date field to show or hide another form field…

10+

Change / Translate Plugin Text

This is a local translation snippet that should work for any phrases in Charitable and Charitable…

1 19 20 21 22 23 159