'; 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' ); $copyright_text = get_theme_mod( 'setting_copyright_text', sprintf( '%%site_title%% © %%current_year%%. All rights reserved. Designed By %s.', $author_url, $author ) ); $searchVal = array("%%site_title%%", "%%current_year%%"); $replaceVal = array(get_bloginfo('name'), date("Y")); $result = str_replace($searchVal, $replaceVal, $copyright_text); ?>