Open dimayakovlev opened 3 years ago
For each page in the file pages.xml there are fields url and slug. In these fields stored ids of pages. Better to use field url to store result of find_url() function.
pages.xml
url
slug
id
find_url()
For each page in the file
pages.xml
there are fieldsurl
andslug
. In these fields storedid
s of pages. Better to use fieldurl
to store result offind_url()
function.