Alexander S.
Alexander S.
I just came here to raise the same issue.
@szepeviktor I've been using Timber v2 in production on several blogs for months now, everything seems good. If you're starting something new I would totally use v2 to avoid upgrade...
Since this issue is languishing here... I've got this in an extended post class and it's working fine: ```php public function get_field( $field_name ) { $value = carbon_get_post_meta($this->id, 'crb_' ....
I'll take a look and see if my skills are up to the task!
@carstenwawer I had a stab at it... not entirely sure if it's really this simple (my experience with both CF and Timber is still pretty limited), but there's a PR...
Just chiming in to say this snippet was useful and works as advertised when bundling modules with webpack and using `import` with plugins!