Slide 15
Slide 15 text
Example image attachment meta
Media Handling in WordPress Explained
array(
'width'
'height'
'file' // Includes upload path relative to upload_dir
'sizes' => array(
'thumbnail' => array( 'file', 'width, 'height', 'mime' ),
'medium' => array( 'file', 'width, 'height', 'mime' ),
'large' => array( 'file', 'width, 'height', ‘mime' ),
// etc.
),
'image_meta' => array(
'aperture', 'credit', 'camera', 'caption', 'created_timestamp',
'copyright', 'focal_length', 'iso', 'shutter_speed', 'title',
'orientation', ‘keywords'
),
)