📄️ Accessing Choice columns metadata
When custom forms include a choice column (previously known as an optionset or a picklist), access to the metadata is required to include all possible values as part of the markup, usually as a SELECT HTML tag.
📄️ Add current WordPress user to Twig
To add WordPress user as an object to Twig, use the following code:
📄️ Add twig in header/footer
To inject dynamic data outside of the page content, you can use direct code in header.php or footer.php to render the dynamic content: