4953*4954* @since 4.4.04955*4956* @param string[]$pagesArray of "pages" from the post content split by `<!-- nextpage -->` tags.4957* @param WP_Post$post Current post object.4958*/4959$pages=apply_filters('content_pagination',$pages,$post);49604961$numpages=count($pages);49624963if($numpages>1){4964if($page>1){4965$more=1;
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.