Support

Account

Home Forums Backend Issues (wp-admin) Fields relations – post edit page Reply To: Fields relations – post edit page

  • @bosoxbill nope… count(null) = null…
    If i set manually a post ID on get_field it returns correctly the ‘project_total_prints’ value :
    $project_total_prints = get_field('project_total_prints', 105 );
    But i can’t get the post object dynamically in acf/prepare_field filter…
    global $post and $_GET[‘post’] don’t work