Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: paginate_links_output

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
4646      /**
4647       * Filters the HTML output of paginated links for archives.
4648       *
4649       * @since 5.7.0
4650       *
4651       * @param string $r    HTML output.
4652       * @param array  $args An array of arguments. See paginate_links()
4653       *                     for information on accepted arguments.
4654       */
4655      $r = apply_filters( 'paginate_links_output', $r, $args );
4656
4657      return $r;
4658 }
4659
4660 /**
4661  * Registers an admin color scheme css file.
4662  *
4663  * Allows a plugin to register a new admin color scheme. For example:
4664  *