load_image_to_edit_filesystempath

Advertisement

Summery Summery

Filters the path to the current image.

Syntax Syntax

apply_filters( 'load_image_to_edit_filesystempath', string $path, string $attachment_id, string $size )

Description Description

The filter is evaluated for all image sizes except ‘full’.

Parameters Parameters

$path

Path to the current image.

$attachment_id

Attachment ID.

$size

Size of the image.

Source Source

File: wp-admin/includes/image.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply