[Resolved] add auto generate post title from fields
This thread is resolved. Here is a description of the problem and solution.
Problem:
add auto generate post title from fields
Solution:
You can use the standard wordpress action "save_post" hook and the save_post action must be used with a priority of at least 30 when used in conjunction with post types registered with Types, or inconsistencies in the updated data may be experienced.
This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Tried the following code in my child theme function, but i get an error. Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w012252b/seiten/dev-client.reinecke.design/cms/wp-content/themes/crocal-child/functions.php:22) in /www/htdocs/w012252b/seiten/dev-client.reinecke.design/cms/wp-admin/includes/misc.php on line 1198
The save_post action must be used with a priority of at least 30 when used in conjunction with post types registered with Types, or inconsistencies in the updated data may be experienced.