Filters the paginated links for the given archive pages.
$linkstringwp-includes/general-template.php:4598paginate_links()wp-includes/general-template.php:4624paginate_links()wp-includes/general-template.php:4648paginate_links() * Filters the paginated links for the given archive pages. * * @since 3.0.0 * * @param string $link The paginated link URL. */ esc_url( apply_filters( 'paginate_links', $link ) ), $args['prev_text'] ); endif; for ( $n = 1; $n <= $total; $n++ ) : if ( $n == $current ) :Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.