acf/load_attachment
acf/load_attachment
Appears in: advanced-custom-fields.6.0.4
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.4apply_filters('acf/load_attachment') is found 1 times:
- /includes/api/api-helpers.php line 3052
* @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 *