admin_post_thumbnail_size

admin_post_thumbnail_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('admin_post_thumbnail_size') is found 1 times:

  • /wp-admin/includes/post.php line 1658
    		 *                                   an array of width and height values in pixels (in that order).
    		 * @param int          $thumbnail_id Post thumbnail attachment ID.
    		 * @param WP_Post      $post         The post object associated with the thumbnail.
    		 */
    		$size = apply_filters( 'admin_post_thumbnail_size', $size, $thumbnail_id, $post );
    
    		$thumbnail_html = wp_get_attachment_image( $thumbnail_id, $size );
    
    		if ( ! empty( $thumbnail_html ) ) {
    			$content  = sprintf(
    				$set_thumbnail_link,