I wanted to create this to ask some questions about the new Format
functions released in 3.2.8.
The first one I want to ask about is how to use L&L to access array data. Now that we have Format regex that is outputting an array. Based on the docs, it looks like we can do this with <Format list index=0>
, <Format list index=1>
etc which is great.
This works, but I’m also getting a PHP notice of "Only variables should be passed by reference in /wp-content/plugins/tangible-loops-and-logic/vendor/tangible/template-system/template/format/list.php on line 22"