8000 How to get the ACF Group Field value on corcel / acf? · Issue #92 · corcel/acf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to get the ACF Group Field value on corcel / acf? #92
Open
@forevereffort

Description

@forevereffort

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0