Choi Gwang-il

6.5
FHD
/*
* ----------------------------------------------------
* @author: Doothemes
* @author URI: https://doothemes.com/
* @copyright: (c) 2021 Doothemes. All rights reserved
* ----------------------------------------------------
*
* @since 2.5.0
*
*/// Options
$focode = get_option('_dooplay_footer_code');
$footer = dooplay_get_option('footer');
$fotext = dooplay_get_option('footertext');
$foclm1 = dooplay_get_option('footerc1');
$foclm2 = dooplay_get_option('footerc2');
$foclm3 = dooplay_get_option('footerc3');
$focopy = dooplay_get_option('footercopyright');
$fologo = doo_compose_image_option('logofooter');
$fologo = !empty($fologo) ? $fologo : DOO_URI.'/assets/img/brand/dooplay_logo_gray.svg';
// Copyright
$copytext = sprintf( __d('%s %s by %s. All Rights Reserved. Powered by %s'), '©', date('Y'), '
'.get_option('blogname').'', '
DooPlay' );
$copyright = isset($focopy) ? str_replace('{year}', date('Y'), $focopy) : $copytext;
?>