Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

30+

Change Business Info Location Icon

This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…

30+

Change Business Info Phone Icon

This filter can be used to change the business info phone icon. Replace "/assets/images/email-icon.png" with the…

30+

Using Smart Tags in Your WordPress Rewrite Rules

This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality

30+

Hide the breadcrumbs on pages.

This snippet can be used to hide the breadcrumbs on pages.

30+

Add Checkbox Field To Donation Form

Collect a checkbox field in the donation form.

How to Automatically Submit a Form with a Field Choice

/** * Trigger submit from checkbox click * * @link https://wpforms.com/developers/how-to-automatically-submit-a-form-with-a-field-choice/ */ function wpf_dev_automatic_submit_form( ) {…

30+

Reduce Database Calls

You can edit your child theme and replace these calls with more specific information to stop…

30+

Add Textbox To Donation Form

Adds a textbox to a donation form - for example, to collect a referral code.

Hide Author SEO Tab From User Profile Page

This filter can be used to Hide Author SEO Tab From User Profile Page

30+

Breadcrumbs - Hide WooCommerce Shop crumb

This filter can be used to hide the WooCommerce Shop page from the breadcrumbs.

30+

Change 'streetLineTwo' in Local SEO address output to an empty string

This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…

30+

Creating a Form With Floating Labels

form#wpforms-form-1682 { position: relative; } form#wpforms-form-1682 .floating label:nth-of-type(2) { display: none; } .floating input { position:…

30+

Sending Geolocation Data Through Webhooks

This snippet works with the Geolocation and Webhooks addon. It allows you to send geolocation data…

30+

Using Date Picker Localization

This snippet is used to apply the changes that instruct WPForms to update the date picker…

30+
1 18 19 20 21 22 212