wp_get_attachment_thumb_file

wp_get_attachment_thumb_file

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_get_attachment_thumb_file') is found 1 times:

  • /wp-includes/deprecated.php line 4365
    			 *
    			 * @param string $thumbfile File path to the attachment thumbnail.
    			 * @param int    $post_id   Attachment ID.
    			 */
    			return apply_filters( 'wp_get_attachment_thumb_file', $thumbfile, $post->ID );
    		}
    	}
    
    	return false;
    }