You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I using @image directive with ACF key, Blade renders it as wp_get_attachment_image(<image id here>, ...) instead of wp_get_attachment_image(get_field('acf key here'), ...). It is problem because image ID by ACF is dynamic and after change it in dashboard, changes does not make effect until rendered views will not be deleted. It is persistent on application in production mode and very dynamic content.