', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'aribull_pingback_header' ); /** * Custom styles. See customizer-typography for typography styles. */ function aribull_custom_styles() { echo ''; } add_action( 'wp_head', 'aribull_custom_styles' ); /*** * Basic support for a custom mobile logo. */ function aribull_logo() { if ( has_custom_logo() ) { the_custom_logo(); } }