Set AIOSEO Metabox Priority to Low
Set the AIOSEO metabox priority to low
Remove Google Fonts (Elementor)
add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
How to Restrict Countries Inside Smart Phone Form Fields
/** * Restrict countries inside the Smart Phone form field * * @link https://wpforms.com/how-to-restrict-countries-inside-smart-phone-form-fields/ */ function…
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Change Default Post Type Name “aioseo-location”
This filter can be used to change the default post type name from “aioseo-location” to 'franchise-location'.
Remove Gutenberg Blocks Library CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Change Default Post Type Plural Label “Locations”
This filter can be used to change the default post type plural label from “Locations” to…
Add Donation Form Shortcode
Display a specific campaign's donation form using a shortcode.
Sticky header
/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…
Output og:image that uses the Large Size Image
This snippet can be used to output og:image that uses the large size image
Remove Donation Form Fields
This example shows how to remove fields from the donation form.
How to Move to the Next Page Automatically
/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…
Localizing Date Picker Strings
This snippet is used to modify WPForms' default date picker locale
Move Fields
Move fields in the Donation Form.
Disable Schema Output for WooCommerce products
This filter can be used to Disable Schema Output for WooCommerce products.