[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.
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.