Tagged Questions
2
votes
1answer
63 views
How to use bloginfo( 'template_directory' ) in array
I want to pass bloginfo( 'template_directory' ) in an array
I tried this but not working. How to write it correctly?
<?php
get_the_image( array( 'size' => 'full',
...