apply_filters( 'edit_custom_thumbnail_sizes', bool|string[] $edit_custom_sizes )

Filters whether custom sizes are available options for image editing.


Parameters

$edit_custom_sizes bool|string[]
True if custom sizes can be edited or array of custom size names.

Top ↑

Source

File: wp-admin/includes/image-edit.php. View all references

$edit_custom_sizes = apply_filters( 'edit_custom_thumbnail_sizes', $edit_custom_sizes );


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.