Changeset 676669
- Timestamp:
- 03/05/2013 10:31:29 PM (13 years ago)
- Location:
- image-metadata-cruncher
- Files:
-
- 2 edited
-
tags/1.7/README.txt (modified) (3 diffs)
-
trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-metadata-cruncher/tags/1.7/README.txt
r676663 r676669 43 43 $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID ); 44 44 45 You can crunch an al lready uploaded attachment with the `crunch()` method.45 You can crunch an already uploaded attachment with the `crunch()` method. 46 46 The template and its indexes are optional. If missing, templates from plugin's settings will be used. 47 47 … … 73 73 == Frequently Asked Questions == 74 74 75 = Is it possible to extract metadata from al lready uploaded images? =75 = Is it possible to extract metadata from already uploaded images? = 76 76 77 77 You can use the plugin's methods like this: … … 85 85 $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID ); 86 86 87 You can crunch an al lready uploaded attachment with the `crunch()` method:87 You can crunch an already uploaded attachment with the `crunch()` method: 88 88 Which will extract metadata from the attachment image file and 89 89 update the attachment post according to the optional template array. -
image-metadata-cruncher/trunk/README.txt
r676662 r676669 43 43 $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID ); 44 44 45 You can crunch an al lready uploaded attachment with the `crunch()` method.45 You can crunch an already uploaded attachment with the `crunch()` method. 46 46 The template and its indexes are optional. If missing, templates from plugin's settings will be used. 47 47 … … 73 73 == Frequently Asked Questions == 74 74 75 = Is it possible to extract metadata from al lready uploaded images? =75 = Is it possible to extract metadata from already uploaded images? = 76 76 77 77 You can use the plugin's methods like this: … … 85 85 $metadata = $image_metadata_cruncher->get_meta_by_id( $attachment_ID ); 86 86 87 You can crunch an al lready uploaded attachment with the `crunch()` method:87 You can crunch an already uploaded attachment with the `crunch()` method: 88 88 Which will extract metadata from the attachment image file and 89 89 update the attachment post according to the optional template array.
Note: See TracChangeset
for help on using the changeset viewer.