4839*4840* @since 4.4.04841*4842* @param string[]$pagesArray of "pages" from the post content split by `<!-- nextpage -->` tags.4843* @param WP_Post$post Current post object.4844*/4845$pages=apply_filters('content_pagination',$pages,$post);48464847$numpages=count($pages);48484849if($numpages>1){4850if($page>1){4851$more=1;
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.