4975*4976* @since 4.4.04977*4978* @param string[]$pagesArray of "pages" from the post content split by `<!-- nextpage -->` tags.4979* @param WP_Post$post Current post object.4980*/4981$pages=apply_filters('content_pagination',$pages,$post);49824983$numpages=count($pages);49844985if($numpages>1){4986if($page>1){4987$more=1;
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.