Search results for: admin

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

10+

Create Custom Address Scheme

This code snippet will create your own unique address scheme and list all the countries.

70+

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

How to Build a Profile Page Using Post Submissions

With this snippet and the Post Submissions addon, you can create professional author profiles that automatically…

20+

Untitled Snippet

google.com, pub-9567597566014925, DIRECT, f08c47fec0942fa0

JUAN FRANCISCO CHIBAS
<10

Webhook smart tags

{ "smart_tags": { "region": "Gujarat", "state": "Gujarat", "province": "Gujarat", "territory": "Gujarat", "region_code": "GJ", "country": "India", "country_code":…

Enable automatic updates for WordPress core, plugins, and themes

// Enable automatic updates for WordPress core, plugins, and themes add_filter('automatic_updater_disabled', '__return_false'); add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true');…

Automatic CSS/JavaScript Cache Busting

Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)

Remove HealthAndBeautyBusiness Schema

This snippet removes HealthAndBeautyBusiness Schema

<10

Untitled Snippet

document.addEventListener('om.Campaign.load', function(event) { console.log(event.detail); } );

Smooth Scrolling

html { scroll-behavior: smooth; }

How to Display a List of WPForms Using a Shortcode

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

30+

How to Change the Error Text for Failed Submissions

This code snippet changes the error text that shows to your visitors on failed submissions.

10+

Remove Multiple Fields From {all_fields} in Notifications

This code snippet removes multiple fields from your email notifications while still using the {all_fields} smart…

20+
1 88 89 90 91 92 134