How to Use Conditional Logic With a Date Picker

/** * Use conditional logic with a date field to show or hide another form field…

10+

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Using Date Picker Localization

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

10+

How to Populate a Form Field from an Anchor Link

/** * Populate field from anchor link. * * @link https://wpforms.com/developers/how-to-populate-a-form-field-from-an-anchor-link/ */ function wpf_dev_autofill_field() { ?>

10+

How to Display a List of WPForms Using a Shortcode

This snippet will create a new shortcode that can display all your WPForms forms.

10+

Breadcrumbs - Hide WooCommerce Shop crumb

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

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 Plural Label “Locations”

This filter can be used to change the default post type plural label from “Locations” to…

10+

Disable Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

10+

Change Default Post Type Slug “location”

This filter can be used to change the default post type slug from “location” to 'franchise'.

10+

Sending Geolocation Data Through Webhooks

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

10+

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

Fix Image Caption Rendering Issue Caused by WPResidence Theme

This snippet fixes the Image Caption Rendering Issue Caused by WPResidence Theme

10+

Remove Line Breaks From CSV Exports

This snippet will remove the line breaks from CSV exports.

10+

Exclude a Specific Post from the Sitemap

This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…

10+
1 20 21 22 23 24 153