WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about paginate_links

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 4567 /**
* Filters the paginated links for the given archive pages.
*
* @since 3.0.0
*
* @param string $link The paginated link URL.
*/
wp-includes/general-template.php apply_filters 4593 /**
* Filters the paginated links for the given archive pages.
*
* @since 3.0.0
*
* @param string $link The paginated link URL.
*/
wp-includes/general-template.php apply_filters 4617 /**
* Filters the paginated links for the given archive pages.
*
* @since 3.0.0
*
* @param string $link The paginated link URL.
*/

Hook Parameters

Parameter Type Name Description
string $link The paginated link URL.
string $link The paginated link URL.
string $link The paginated link URL.