Add User Dashboard Menu
Include the User Dashboard menu at the top of all pages that are included in the…
Increase the Number of Posts Imported Per Batch from Rank Math Plugin
This filter can be used to increase the default number of posts imported per batch from…
How to Disable reCAPTCHA for Automated Testing
/** * Disable for automated testing. * * @link https://wpforms.com/developers/how-to-disable-recaptcha-for-automated-testing/ */ // Disable reCAPTCHA assets and…
Change Time zone Offset in the Publish Date of the Sitemap Entries
The code snippet below can be used to change the time zone offset in the publish…
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
How to Link Your Conversational Form Logo
This code snippet will make the logo clickable in a WPForms Conversational Form.
Remove Donation Form Fields
This example shows how to remove fields from the donation form.
Disable Custom Link Format of AIOSEO in the Block and Classic Editors
This snippet can be used to disable the custom link format that All in One SEO…
Change Twitter Title for a Specific Post
This filter can be used to Change the Twitter Title for a Specific Post. You can…
Add Campaign Title To Start
Easily add the campaign name as a heading before the donation form.
Ignore Cover Image Block when “First Image in Content” is set as the Image Source
This filter can be used to ignore the cover image block when “First Image in Content”…
Move Fields
Move fields in the Donation Form.
Use Page Template For Campaigns
Instead of using the Post template for campaigns, use the Page template as a fallback.
How to Set the Language for Google reCAPTCHA
/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…
Add Campaigns Menu
Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.