When I tried to upgrade my theme to support Hugo v0.146.0+ , the console output a message said that WARN calling IsSet with unsupported type "invalid" (<nil>) will always return false. . And I used find tools search on theme files then see so many isset used, I’m not sure wich one was tigger this warn happened.
Thanks .
Indeed, I have read the official documentation and discussed the isset function in the forum. It seems that I need to rethink how to use the isset function more reasonably in the theme development.