', '
' . $prev_text . '', $posts_pagination );
}
// If we're not outputting the next page link, append a placeholder with `visibility: hidden` to take its place.
if ( strpos( $posts_pagination, 'next page-numbers' ) === false ) {
$posts_pagination = str_replace( '
', '
' . $next_text . ' ', $posts_pagination );
}
if ( $posts_pagination ) { ?>