load_image_to_edit

Advertisement

Summery Summery

Filters the current image being loaded for editing.

Syntax Syntax

apply_filters( 'load_image_to_edit', resource $image, string $attachment_id, string $size )

Parameters Parameters

$image

Current image.

$attachment_id

Attachment ID.

$size

Image size.

Source Source

File: wp-admin/includes/image.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Advertisement

Leave a Reply