Upload font files to media library
Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library
Add a custom field to the checkout screen
Allows one to add a custom field to the checkout screen
WooCommerce Change "$0.00" to "Free"
/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
Change "Your Donation" On Donation Form
On donation forms, the headline "Your Donations" can be changed to any text you want with…
Hide the last item in the breadcrumb trail
This filter can be used to hide the last item in the breadcrumb trail.
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…
Hide Business Info Phone Number from the Front End
This filter can be used to hide business info phone number from the front end.
Change Location Taxonomy Options When its Registered
This filter can be used to change the taxonomy option to ‘hierarchical’
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.
Disable OpenGraph Tags on all Listing Detail Pages
This snippet disables OpenGraph Tags on all pages whose URL contains /listing-detail/
How to Hide Zero Quantity Items in Dropdown Payment Field Notifications
This snippet hides items with zero quantities from your WPForms notification emails when using payment fields
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 Create a Form With Floating Labels
/** * Remove the field label from the top of the field * * @link https://wpforms.com/developers/how-to-create-a-form-with-floating-labels/…
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…