Home›Support›English Support›[Waiting for user feedback] Is there a way to identify who edited a page or translation?
[Waiting for user feedback] Is there a way to identify who edited a page or translation?
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
WordPress 6.7 has introduced a new issue that impact translations, please update WooCommerce and WPML to the latest versions before you report issues. More about this here - https://wpml.org/errata/php-error-wp-6-7-notice-function-_load_textdomain_just_in_time-was-called/
Background of the issue:
We are trying to identify which user clicked the edit translations button on the back end of our site hidden link.
Symptoms:
We can't find any documentation to find any activity logs for this activity.
Questions:
Is there a way to identify who edited a page or translation?
Is there a way to identify which user clicked the edit translations button on the back end?
Welcome to the WPML support forum. Thanks for contacting us.
While waiting for one of my colleagues to help with this ticket, and based on what you've described, did you try to use the default WordPress revisions?
Revisions will allow you to see any changes made to your page and the author of those changes. Here is an article that explains how they work: hidden link
Unfortunately, no feature from WPMl would make this easier.
If you are using the advanced translation editor you might be able to identify content added by translators by going to WPML->Translation Management-> Jobs.
You can use the filter next to the "Translated by" column to see who translated what. For visual guidance, please refer to this screenshot: hidden link.
Also, here are some other choices for tracking:
Plugins -> Activity Log (different from WP Activity Log) , Simple History
WordPress Revision History
Custom Solutions:
- Use WordPress hooks like save_post to capture changes to translations.
- Log details (user, timestamp, post ID) into a custom database table or log file.