We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 368acb1 + f795fb8 commit 16f91c7Copy full SHA for 16f91c7
1 file changed
inc/Helpers/Formatting/Link.php
@@ -180,6 +180,7 @@ function get_the_link( array $attributes, array $settings = [] ): string {
180
$link_markup = '<button %s>%s%s</button>';
181
$attributes['data-seo-click'] = 'true';
182
$attributes['type'] = 'button';
183
+ $attributes['role'] = 'link';
184
$attributes['data-href'] = $attributes['href'];
185
$attributes['data-rel'] = $attributes['rel'];
186
$attributes['data-target'] = $attributes['target'];
0 commit comments