edit_custom_thumbnail_sizes
edit_custom_thumbnail_sizes
Appears in: wordpress-6.0, wordpress-6.0.1, wordpress-6.0.2, wordpress-6.0.3, wordpress-6.1, wordpress-6.1.1, wordpress-6.2, wordpress-6.2.1, wordpress-6.2.2
Hook Type: filter
Displaying hooks found in version: wordpress-6.2.2apply_filters('edit_custom_thumbnail_sizes') is found 1 times:
- /wp-admin/includes/image-edit.php line 545051525354555657585960
* @since 6.0.0
*
* @param bool|string[]
$edit_custom_sizes
True
if
custom sizes can be edited
or
array
of custom size names.
*/
$edit_custom_sizes
= apply_filters(
'edit_custom_thumbnail_sizes'
,
$edit_custom_sizes
);
?>
<div
class
=
"imgedit-wrap wp-clearfix"
>
<div id=
"imgedit-panel-<?php echo $post_id; ?>"
>
<div
class
=
"imgedit-panel-content wp-clearfix"
>
<?php
echo
$note
; ?>