Search results for: admin

Change the No Results Found text in Modern Dropdown

This snippet changes the default no result found text in Dropdown field with Modern style.

10+

Disable the space key with the special CSS class

This code snippet disables the space key. When a user presses the space key in these…

<10

Adding a Video Before Your Form

This code snippet will add a video above your form.

80+

Processing Smart Tags in HTML Field

This snippet makes WPForms Smart Tags usable in the HTML field

100+

Custom Style Icons for Rating field

This snippet will customize your rating icons in the Rating field

20+

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+

Focused Form Fields

This CSS snippet will make your fields focused on click.

40+

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)

1 89 90 91 92 93 135