Search results for: admin

Change a license activation limit prgramatically.

This snippet is an example of changing the activation limit on a license key based on…

Increase the max file size limit in WordPress

Using a small snippet, we're going to increase the upload size, post size, and max execution…

100+

WP Simple Pay: Custom Smart Tag

Register a custom Smart Tag with PHP, and control the output.

Add Redirection to Custom Password Reset Form

With this filter you can redirect any lost password requests to a custom reset form

100+

Change Validation Messages for WPML

When you need to provide multiple different language translations, these messages need to be conditionally different.…

40+

Adding a Background Image to Your Forms

With this snippet, it follows the tutorial listed inside the Adding a Background Image to Your…

200+

Decrease the retention period to one week for the Action Scheduler

By default, Action Scheduler will automatically remove completed tasks after thirty days. However, this time period…

20+

How to Add Custom Code Snippets in WordPress

For this guide, we’ll create a custom code that prevents theme conflicts that cause Radio and…

400+

Using the “Include Form Styling” Setting

With the Base styling only setting in place, multi-column layouts will generally not function properly. To…

80+

Limiting Options for the Date / Time Field

This snippet will disable any future date in your date picker. You'll need to update the…

80+

Creating Multi-Column Form Layouts With CSS Classes

If you use a multi-column layout with conditional fields, any fields that are conditionally shown will…

90+

WPForms Login Page Redirect

This snippet will redirect the default WordPress login page to your custom login page. This makes…

200+

تغيير عمله

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

1 113 114 115 116 117 135