' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $business_ai_comment_count, 'comments title', 'business-ai' ) ), number_format_i18n( $business_ai_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wp_kses_post( get_the_title() ) . '' ); } ?>

    'ol', 'short_ping' => true, ) ); ?>

sprintf( '

%s

%s

', sprintf( /* translators: 1: User name, 2: Edit profile link, 3: Logout link */ __( 'Logged in as %1$s. %2$s | %3$s', 'business-ai' ), '' . esc_html( wp_get_current_user()->display_name ) . '', '' . esc_html__( 'Edit your profile', 'business-ai' ) . '', '' . esc_html__( 'Log out', 'business-ai' ) . '' ), esc_html__( 'Required fields are marked *', 'business-ai' ) ), ) ); ?>