WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_link_pages_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post-template.php apply_filters 990 /**
* Filters the HTML output of individual page number links.
*
* @since 3.6.0
*
* @param string $link The page number HTML output.
* @param int $i Page number for paginated posts' page links.
*/
wp-includes/post-template.php apply_filters 1004 /**
* Filters the HTML output of individual page number links.
*
* @since 3.6.0
*
* @param string $link The page number HTML output.
* @param int $i Page number for paginated posts' page links.
*/
wp-includes/post-template.php apply_filters 1014 /**
* Filters the HTML output of individual page number links.
*
* @since 3.6.0
*
* @param string $link The page number HTML output.
* @param int $i Page number for paginated posts' page links.
*/

Hook Parameters

Parameter Type Name Description
string $link The page number HTML output.
int $i Page number for paginated posts' page links.
string $link The page number HTML output.
int $i Page number for paginated posts' page links.
string $link The page number HTML output.
int $i Page number for paginated posts' page links.