How to Automatically Submit a Form with a Field Choice - CSS
button#wpforms-submit-3046 { display: none; } form#wpforms-form-3046 span.wpforms-icon-choices-label { font-size: 0; } ul#wpforms-3046-field_3 li label:hover, ul#wpforms-3046-field_4 li…
Add Campaign Link
Add a link back to the campaign from the donation receipt.
Minimalistic Admin Bar
This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…
Change Opening Hours Closed Label
This filter can be used to change the closed label of Opening Hours. Replace 'Closed today.'…
Control Whether AIOSEO Flushes Output Buffer After Rewriting Title
This snippet can be used to control whether AIOSEO flushes the output buffer after rewriting the…
Disable the AIOSEO Flyout Menu for Non-Administrator Users.
This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.
Add a custom field to the checkout screen
Allows one to add a custom field to the checkout screen
Sticky header
/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…
Change Twitter Title for a Specific Post
This filter can be used to Change the Twitter Title for a Specific Post. You can…
Dynamically Change the SEO Title of a Specific Term Before the Metadata is Saved
The code snippet below can be used to dynamically change the SEO title of a specific…
Remove Multiple Fields From {all_fields} in Notifications
This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
Move Fields
Move fields in the Donation Form.
Add Custom Field
Display the custom field in the campaign grid.
Add Featured Image
Add a featured image to the individual campaign pages.