acf/load_attachment
acf/load_attachment
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/load_attachment') is found 1 times:
- /includes/api/api-helpers.php line 267126672668266926702671267226732674267526762677
* @param
array
$response
Array of loaded attachment data.
* @param WP_Post
$attachment
Attachment object.
* @param
array
|false
$meta
Array of attachment meta data,
or
false
if
there is none.
*/
return
apply_filters(
'acf/load_attachment'
,
$response
,
$attachment
,
$meta
);
}
/**
* This
function
will truncate
and
return
a string
*
* @since 5.0.0