Disable Specific Blocks
Prevent certain blocks from being used in the Gutenberg Editor.
Disable Post Formats
Disable the Post Formats feature for all posts.
Add Image to Sitemap From an Image ACF Field
This filter can be used to add an image from an Image ACF field with the…
Override Block Editor Palette Colors
Use this snippet to control the pre-defined colors in the Block Editor.
Auto-Collapse Long Comments
Add a "Read More" button for long comments for better layouts.
Change Schema Type of All Posts in Specific Categories
This snippet changes the 'NewsArticle' schema of all posts under specific categories to 'Article' schema. Note:…
Add Custom Element to Breadcrumbs
This snippet adds a custom Element called "Resources" (with its link) as the 1st element in…
Display Form After Confirmation
Displays the form again after submission and below the confirmation message. Change the 999999 to match…
Heartbeat Setting
Add a setting that allows you to configure the heartbeat interval.
Display Non-Input Fields in Notifications
Displays all non-input fields in email notifications. Non-input fields are HTML fields, Page Breaks, Section Dividers,…
Conditionally Show the Submit Button
This snippet will automatically show or hide the Submit button based on form field responses.
Increase the max file size limit in WordPress
Using a small snippet, we're going to increase the upload size, post size, and max execution…
Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…
Append a string to the Meta Description of each post
This snippet can be used to append a string to the Meta Description of each post
Limit Comments & Display Character Count
Limit comment length and display a count of characters.