Search results for: admin
Disable WordPress auto-update emails (plugins/themes/core)
// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…
WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile
This snippet will add a resend email button under User profile.
AIOSEO Movie Poster Integration – TMDb & ACF Compatibility Fix [for the fmovie theme by fr0zen]
This snippet overrides AIOSEO's default image with the TMDb movie poster stored in the ACF 'poster_path'…
Google Tag Manager - Head
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id=GTM-XXXXXXXXXX'+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-XXXXXXXXXX');
gill-container-tracking.php
gill-container-tracking.php
Applying Custom Map Styles to the Map Field
This code snippet will use your custom map style in WPForms Map field.
Display Form Entries
Displays form entries on the front end of your site. Once this snippet is added and…
Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields
Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields. Once you've…
Defer the reCAPTCHA Script
Defers the reCAPTCHA script until after the page finishes loading.
Change Position of v2 Invisible reCAPTCHA Badge
Changes the position of the v2 Invisible reCAPTCHA badge
Display Shortcodes Inside HTML Fields
Allows shortcodes to be processed within HTML fields by applying do_shortcode() to the field content.
Set Default Date for Date Picker
Sets a default date for your Date Picker form field.