This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
site crashing
Started by: Paul in: English Support |
0 | 3 | 2 weeks, 6 days ago | ||
when new customers CREATE THEIR ACCOUNT THE WPML Translator Settings “Send me a notification email…
Started by: Paul
in: English Support
Problem: function add_wpml_email_block_meta($user_id) { $meta_key = 'wpml_block_new_email_notifications'; $meta_value = 1; // Add or update the user meta update_user_meta($user_id, $meta_key, $meta_value); } add_action('user_register', 'add_wpml_email_block_meta'); This code snippet adds the wpml_block_new_email_notifications meta key with a value of 1 to the wp_usermeta table, ensuring that the email notification option is unchecked by default for new users. Please note that this solution requires testing and might need adjustments for specific use cases. If this solution does not apply to your situation, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 6 | 1 month ago | |
Site keeps locking up
Started by: Paul in: English Support |
|
2 | 2 | 1 year, 3 months ago | |
having a language select page
Started by: Paul in: English Support |
|
2 | 4 | 1 year, 10 months ago |