| Current Path : /var/www/html/taet.readinessglobal.com/wp-content/plugins/o365/function/ |
| Current File : /var/www/html/taet.readinessglobal.com/wp-content/plugins/o365/function/o365_get_image.php |
<?php defined('ABSPATH') OR die('Direct Access Restricted!');
/**
* Returns image link based on path/image name
* @param string $img_name URL of image under img directory
* @return string/url
*/
function o365_get_image( $img_name = 'loader/loader-long.gif' ){
$url = O365_URL . 'img/' . $img_name;
return $url;
}