Bas van der Togt
Results
2
comments of
Bas van der Togt
Not working: {{ get_field('config_button') }} **Working**: {{ get_field('config_button', get_post()) }} Not working: @field('config_button', get_post()) Not working: @field('config_button')
I'm using Sage 9. Compiled Blade: So 1 is working 2,3 and 4 not. ``` 1. 2. 3. 4. ```