acf/load_attachment

acf/load_attachment

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.3.11

apply_filters('acf/load_attachment') is found 1 times:

  • /includes/api/api-helpers.php line 2687
    2683
    2684
    2685
    2686
    2687
    2688
    2689
    2690
    2691
    2692
    2693
         * @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