*/ /** * Add a pingback url auto-discovery header for single posts, pages, or attachments. */ function boldwp_pingback_header() { if ( is_singular() && pings_open() ) { echo ''; } } add_action( 'wp_head', 'boldwp_pingback_header' ); // Get custom-logo URL function boldwp_custom_logo() { if ( ! has_custom_logo() ) {return;} $custom_logo_id = get_theme_mod( 'custom_logo' ); $logo_attributes = wp_get_attachment_image_src( $custom_logo_id , 'full' ); $logo_src = $logo_attributes[0]; return apply_filters( 'boldwp_custom_logo', $logo_src ); } // Site Title function boldwp_site_title() { if ( is_front_page() && is_home() ) { ?>
'boldwp-header-img', 'alt' => '' ) ); } else { ?> 'boldwp-header-img', 'alt' => '' ) ); ?>