%4$s (%5$s × %6$s)', aamla_get_attr( 'attachment-meta', [ 'class' => 'full-size-link' ] ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped esc_url( wp_get_attachment_url() ), esc_attr_x( 'Link to full-size image', 'Attachment image link title attribute', 'aamla' ), esc_html__( 'Full resolution', 'aamla' ), absint( $aamla_metadata['width'] ), absint( $aamla_metadata['height'] ) );