'yoko-logo' ) ); } add_action( 'after_setup_theme', 'yoko_jetpack_setup' ); /** * Return early if Site Logo is not available. */ function yoko_the_site_logo() { if ( ! function_exists( 'jetpack_the_site_logo' ) ) { return; } else { jetpack_the_site_logo(); } }