Problem. Links of a custom post have a structure with custom taxonomies and are collected through the permalink plugin (that is, there is a separate field for the correct link), but when sent to the index, the link is indicated without taxonomies.
Probably the problem is that the link is collected after the post is sent to the index.
How can I delay before submitting a new post to the index? Or another solution to the problem, for example a hook that will take a link from another field.
Problem. Links of a custom post have a structure with custom taxonomies and are collected through the permalink plugin (that is, there is a separate field for the correct link), but when sent to the index, the link is indicated without taxonomies.
Probably the problem is that the link is collected after the post is sent to the index. How can I delay before submitting a new post to the index? Or another solution to the problem, for example a hook that will take a link from another field.