studiometa / create-wordpress-project

A generator to kickstart your WordPress project in a few seconds! ⚡
MIT License
6 stars 3 forks source link

The starter theme need to init Timber\Timber #10

Closed perruche closed 4 years ago

perruche commented 4 years ago

If you don’t initialize Timber, it will not register the proper filters for ACF and load the value directly from the database and you won’t have any values in your repeater field for exemple.

Need to init the main Timber class to resolve this issue new Timber\Timber();

see the following issue for more details : https://github.com/timber/timber/issues/1652

titouanmathis commented 4 years ago

Fixed in c39234f.