Skip to content

Releases: widoz/twig-wordpress

1.4.1

15 Dec 13:25
Compare
Choose a tag to compare
Update badges style in Readme

1.4.0

26 Nov 23:48
b9b58c3
Compare
Choose a tag to compare
  • Add: L10n functions
  • Add: Missed esc_html_x and esc_attr_x functions
  • Add: Introduce template functions see inc/templatefunctions.inc
  • Tweak: Introduce Inpsyde coding standard

1.3.1

23 Sep 10:11
Compare
Choose a tag to compare
Wrong filename extension for module `sanitizers`

1.2.0

04 Aug 17:24
Compare
Choose a tag to compare
Add Sanitizer `sanitize` functions

First Relase

04 Mar 16:42
Compare
Choose a tag to compare

Say hello to Twig for WordPress.

This simple package allow you to use common WordPress functions such as esc_html, wp_kses etc... within the twig templates. Translator functions are included and it's possible to add new modules using the filter unprefix_twig_modules.

Even if the package is created to be used in WordPress it's possible to use it outside of it.