acf_field_file::get_media_item_argspublicACF 3.6.0

get_media_item_args

description

Method of the class: acf_field_file{}

No Hooks.

Returns

$vars.

Usage

$acf_field_file = new acf_field_file();
$acf_field_file->get_media_item_args( $vars );
$vars(required)
.

Changelog

Since 3.6.0 Introduced.

acf_field_file::get_media_item_args() code ACF 6.0.4

function get_media_item_args( $vars ) {

	$vars['send'] = true;
	return( $vars );

}