'; echo ''; echo '' . get_bloginfo('; echo ''; echo '
'; } $footer_text = get_theme_mod("setting_company_text", ''); if (!empty($footer_text)) { echo '

' . $footer_text . '

'; } ?>
"footer_menu")) ?>
DMCA.com Protection Status
get( 'AuthorURI' ); $author = $theme->get( 'Author' ); $current_year = date( 'Y' ); $site_title = get_bloginfo( 'name' ); $copyright_text = get_theme_mod( 'setting_copyright_text', sprintf( '%s © %s. All rights reserved. Designed By %s.', $site_title, $current_year, $author_url, $author ) ); $searchVal = array("%%site_title%%", "%%current_year%%"); $replaceVal = array(get_bloginfo('name'), date("Y")); $result = str_replace($searchVal, $replaceVal, $copyright_text); ?>