Thanks for your reply.
I’m confuse how to use this feature. I want to display a text “File Type : JPG” for example under image in attachment page. Should I use code like this?
<?php wp_prepare_attachment_for_js(‘type’) ?>
and displaying text “Dimensions : 1980×1080”. use this code?
<?php wp_prepare_attachment_for_js(‘width’,’height’) ?>
I don’t see anything being displayed under attachment image.
Help me please Mr Richard Aber