Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the ACF Group Field value on corcel / acf? #92

Open
forevereffort opened this issue Jun 19, 2020 · 0 comments
Open

How to get the ACF Group Field value on corcel / acf? #92

forevereffort opened this issue Jun 19, 2020 · 0 comments

Comments

@forevereffort
Copy link

I am working on Laravel + Wordpress Project by using corcel. but I can't get the ACF group field value like the following.

use Corcel\Model\Page;

$homePage = Page::home()->first();
dd($homePage->acf->gig_category_section);

above output is null. How can I get the ACF group field value by using corcel/acf?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant