array( 'group' => 'Post', 'callback' => 'w4pl_shortcode_post_field', 'desc' => '' ), ); } function w4pl_shortcode_post_field() { /** @var WP_POST $post */ global $post; return get_field('file_url', $post->ID); }