Set AIOSEO Metabox Priority to Low

Set the AIOSEO metabox priority to low

10+

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…

10+

Disable Redirect Logging in AIOSEO Redirects

This filter can be used to skip logging redirect logging in AIOSEO Redirects.

10+

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'.

10+

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…

10+

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

10+

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( )…

10+

Localizing Date Picker Strings

This snippet is used to modify WPForms' default date picker locale

10+

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.

10+
1 19 20 21 22 23 141