edit_custom_thumbnail_sizes

edit_custom_thumbnail_sizes

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.2.2

apply_filters('edit_custom_thumbnail_sizes') is found 1 times:

  • /wp-admin/includes/image-edit.php line 54
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    * @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; ?>