WP Simple Pay: Hide reCAPTCHA Badge
Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…
Customer Order Note for WooCommerce Products
Inserts a note field next to the add-to-cart button on every WooCommerce product page. Customers can…
Changing Sublabels for the Email Field
This snippet is used to update the default labels for the Email field when it includes…
How to Customize the Rich Text Field TinyMCE Icons
/** * Customize Rich Text Field TinyMCE buttons for top toolbar. * * @link https://wpforms.com/developers/how-to-customize-the-rich-text-field-tinymce-icons/ */…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
WP Simple Pay: Custom Subscription Price Option Labels
Change the price option labels that are output in the price option selector. Changes the output…
Export Categories and Tags
Export Categories and Tags
Change Fields On Donation Form
Example on how to change labels for fields on donation form.
Keep me Logged In
Changes your Cookie expiration to one year so you don't have to keep logging so often.
Set Header Menu as "Custom"
If you are using a custom menu plugin for your header menu you can define your…
Move Jump to Recipe above featured image
/** * Ensures the "Jump to Recipe" button is added to the content really late. */…
Show current day, month, year in various formats
Return the current date and parts of current date in various formats
Remove Campaign Description
Remove the campaign descriptions from the campaign loop (campaign shortcodes).
How to Add BCC to Email Notifications (for specific form)
/** * Add BCC recipients to specific form email notifications. * * @link https://wpforms.com/docs/how-to-add-bcc-to-email-notifications/ */ add_filter(…