I am using /%category%/%postname%/ permalinks.
Within two custom post types (and only those two), I need to append that URL structure with a third variable which will be from a custom field (provided by ACF). This would happend the first time the post is saved.
So it would be /%category%/%postname%-%custom-field%
This custom field would need to be sanitized, so that it is all lower case with dashes instead of spaces.
Thanks in advance!