过滤单个页码链接的HTML输出。
原型
apply_filters( 'wp_link_pages_link', string $link, int $i )
参数
$link
(string)
页码HTML输出。
$i
(int)
分页帖子页面链接的页码。
源文件
路径:wp-includes/post-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_link_pages_link/