Sorry I was not aware until now about revisions! I will go searching where can be set. Thank you.
Probably define( ‘WP_POST_REVISIONS’, 5 ); in wp-config will do that
-
This reply was modified 1 year, 5 months ago by lenotrep.
So apparently 2 mil users – https://wordpress.org/plugins/advanced-custom-fields/ are just polluting their DB’s every time they are saving new field?
-
This reply was modified 1 year, 6 months ago by lenotrep.
SELECT * FROM wp_postmeta WHERE meta_key = ‘wp_owner_phone’;
34 rows in set (0.00 sec)
The functionality I was looking for is already implemented by Dokan.
Lucky me I spent 2 hours in making my own plugin, and later seeing that 1000 products were moved into pending 🙂 slowly…. Glad it is there…