WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about content_pagination

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-query.php apply_filters 4731 /**
* Filters the "pages" derived from splitting the post content.
*
* "Pages" are determined by splitting the post content based on the presence
* of `` tags.
*
* @since 4.4.0
*
* @param string[] $pages Array of "pages" from the post content split by `` tags.
* @param WP_Post $post Current post object.
*/

Hook Parameters

Parameter Type Name Description
string[] $pages Array of "pages" from the post content split by `` tags.
WP_Post $post Current post object.