File: /var/www/html/wpbiancoarte/wp-content/themes/hiroshi/inc/pagination/templates/pagination-wp.php
<?php if ( get_the_posts_pagination() !== '' ) { ?>
<div class="qodef-m-pagination qodef--wp">
<?php
// Load posts pagination (in order to override template use navigation_markup_template filter hook)
the_posts_pagination(
array(
'prev_text' => hiroshi_get_svg_icon( 'pagination-arrow-left', 'qodef-m-pagination-icon' ),
'next_text' => hiroshi_get_svg_icon( 'pagination-arrow-right', 'qodef-m-pagination-icon' ),
'before_page_number' => '',
'show_all' => true,
)
);
?>
</div>
<?php } ?>