Remove the Article schema from Posts
This snippet removes the Article schema from Posts
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…
Using Conditional Logic to Change Date Picker Locale
This snippet works with the WPML plugin and only apply date picker locale changes when the…
Change Location Taxonomy Options When its Registered
This filter can be used to change the taxonomy option to ‘hierarchical’
Add Custom Donation Field
Add a new donation field to be displayed in Charitable emails related to donations.
MemberPress: Add Logout Confirmation Popup
This code will force a confirmation popup to show when users click the Logout link on…
How to Restrict Numbers in a Single Line Text Form Field
/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…
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…
Sticky header
/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…
Change Default Post Type Singular Label “Location”
This filter can be used to change the default post type singular label from “Location” to…
Remove Donation Form Fields
This example shows how to remove fields from the donation form.
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
Change Twitter Title for a Specific Post
This filter can be used to Change the Twitter Title for a Specific Post. You can…
How to Perform Field Comparisons Within Your WPForms
/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…
Add Campaign Creator Export Fields
Add additional campaign fields related to the campaign creator.