Support

Account

Home Forums General Issues Get a field object outside of the post context Reply To: Get a field object outside of the post context

  • thanks i’ll try that!
    anyway it would be cool to be able to do that with an acf function like

    get_field_object( 'field_name', $post_id = false );

    If the post id is false, it should return the field object without having to pass a real post id as an argument.


    @Elliot
    if you read this…