WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_custom_thumbnail_sizes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/image-edit.php apply_filters 54 /**
* Filters whether custom sizes are available options for image editing.
*
* @since 6.0.0
*
* @param bool|string[] $edit_custom_sizes True if custom sizes can be edited or array of custom size names.
*/

Hook Parameters

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