Dec 02
Enzymes 1.1 Released Today - updated
Changes
- the title and the excerpt are now directly supported, together with the content
- any location of a WordPress theme is now supported
Example
- open the php file you are interested in (eg: sidebar.php)
- select the location where you want the enzyme’s result to appear (eg: before the last closing ‘div’)
- paste there a code like this
<?php metabolize( "{[456.say(123.hello)]}" ); ?>- save and test
- generic custom field keys are now supported. Just wrap your international, multiworded key in a pair of ‘=’ and you are done (any ‘=’ your key may include must be escaped by ‘\’)
Example
- escaped: {[.=æ°´=]}
- metabolized: mizu (æ°´) means water
- no bug fixes, hence no need to upgrade, except for getting the new features
- backward compatibility preserved, hence no reason not to upgrade :-)
Files
- download all in a zip
- read the manual
