Mar 01
Enzymes 2.2 Released Today
Changes
- Added the new feature for transcluding a value, rather than a post/key reference to it (which is still available). This comes in handy when you have a “normal” value and it’s a bit annoying to define a custom field just for that.
For example, let’s say that you have a template called mark-template.php with the following code:
<span style="background-color:<?phpecho $this->enzyme;?>;"> <?phpecho $this->pathway; $this->pathway = '';?> </span>
Then you could use it {[ =like this= | =cyan= \mark-template.php ]} to get something like this
Download
This version is available for download from wordpress.org
