Jameel Moses

Results 34 comments of Jameel Moses

@jarednova any movement on this? i've since added tests.

PR created. @yargalot can you please merge?

@yargalot friendly reminder

For the non-WPAI plugins (e.g. ACF and Gravity Forms), I've never had a single issue using this plugin on literal dozens of sites. I'd hate for this to be abandoned...

any chance of this getting merged?

@joppuyo I've created a pull request that resolves the issue based on @kdechant's feedback

@justiny I'm unable to reproduce this. Can you provide the steps to replicate please, including WP, ACF and ACF Smart Button versions? The full stack trace is always helpful too...

I have the following code in my project per the documentation: ``` /** * Set Timber to automatically transform ACF values from Wordpress objects to Timber Objects * * @return...

Sure. For example, in a block: ``` $context = Timber::context(); $context['fields'] = get_fields(); ```