Enable acf shortcode functionality by default. #35562
Nazrinn
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the Problem
I use ACF on the regular, and will frequently need to make text that looks like the following:
[acf field="person_name"], [acf field="person_title"]However, I have come to realise that ACF removed this shortcode ability by default a while ago, and the code snippet proposed by ACF's official docs does not work when using Elementor.
Propose a Solution
I'd like to see enabling ACF shortcode as an option you can enable on Elementor, since I use the two together pretty much on all my websites. I'd pass using my "hacky" solution if possible, and would like to see the official ACF API being used instead of what I was able to come up with (see below).
Additional Context
I had to add this code snippet to my
function.phpto get the shortcode to work. It works but I'm honestly pretty surprised this ACF setting is not enabled by default for Elementor.Agreement
All reactions