Setting Image Size in PHP
-
I am trying to add a set image size to the following code and am not having much luck. Any help would be greatly appreciated.
<?php echo '<img src="' . esc_url( plugins_url( '/plugin-name/assets/img/image.png', ) ) . '" > '; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Setting Image Size in PHP’ is closed to new replies.