'; if($copyright === ''){ echo ' ' . esc_html('A theme by Gradient Themes ©' , 'best-shop') . ' '; }else{ echo ' ' . best_shop_get_setting( 'footer_copyright' ) . ' '; } echo ''; } endif; if( ! function_exists( 'best_shop_ed_author_link' ) ) : /** * Show Author link in footer */ function best_shop_ed_author_link(){ echo ''; esc_html_e( 'Developed By ', 'best-shop' ); echo '' . esc_html__( 'Gradient Themes', 'best-shop' ) . ''; echo ''; } endif;