content_pagination
最后更新于:2021-11-26 04:01:03
apply_filters( ‘content_pagination’, string[] $pages, GC_Post $post )
Filters the “pages” derived from splitting the post content.
参数
- $pages
-
(string[])
Array of “pages” from the post content split by<!-- nextpage -->
tags. - $post
-
(GC_Post)
Current post object.
源文件
文件: gc-includes/class-gc-query.php